diff options
Diffstat (limited to 'executive-summary/component')
-rw-r--r-- | executive-summary/component/e-summary-url.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/executive-summary/component/e-summary-url.c b/executive-summary/component/e-summary-url.c index 202a026406..4a7a630303 100644 --- a/executive-summary/component/e-summary-url.c +++ b/executive-summary/component/e-summary-url.c @@ -39,6 +39,7 @@ #include <gtkhtml/gtkhtml.h> #include <gtkhtml/gtkhtml-stream.h> #include <gal/util/e-util.h> +#include <gal/widgets/e-unicode.h> #include <liboaf/liboaf.h> @@ -550,7 +551,7 @@ e_summary_url_click (GtkWidget *widget, CORBA_OBJECT_NIL); gnome_property_box_append_page (GNOME_PROPERTY_BOX (prefsbox), control_widget, - gtk_label_new ("page")); + gtk_label_new (_("page"))); } gtk_widget_show_all (prefsbox); |