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/component/e-summary-url.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'executive-summary/component') 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