From 5089dd4773dffb9021b6eb72daadc3a0286eb50a Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Wed, 23 May 2001 14:05:41 +0000 Subject: Mark a string for translation. 2001-05-23 Kjartan Maraas * component/e-summary-url.c: Mark a string for translation. svn path=/trunk/; revision=9949 --- executive-summary/ChangeLog | 4 ++++ executive-summary/component/e-summary-url.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'executive-summary') 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 + + * component/e-summary-url.c: Mark a string for translation. + 2001-05-10 Iain Holmes * 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 #include #include +#include #include @@ -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); -- cgit v1.2.3