diff options
-rw-r--r-- | executive-summary/ChangeLog | 4 | ||||
-rw-r--r-- | executive-summary/component/e-summary-url.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index 67ecb2630b..a275685d66 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,7 @@ +2001-05-23 Kjartan Maraas <kmaraas@gnome.org> + + * component/e-summary-url.c: Mark a string for translation. + 2001-05-10 Iain Holmes <iain@ximian.com> * test-service/rdf-summary.c (load_from_stream): Set the time, not the 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); |