aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-05-23 22:05:41 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-05-23 22:05:41 +0800
commit5089dd4773dffb9021b6eb72daadc3a0286eb50a (patch)
tree7fd52a76dc2c44bb5b9ca0574991c4503d9925a2
parent3350982c76d124bb277d5748883e8a911c1cc7e4 (diff)
downloadgsoc2013-evolution-5089dd4773dffb9021b6eb72daadc3a0286eb50a.tar
gsoc2013-evolution-5089dd4773dffb9021b6eb72daadc3a0286eb50a.tar.gz
gsoc2013-evolution-5089dd4773dffb9021b6eb72daadc3a0286eb50a.tar.bz2
gsoc2013-evolution-5089dd4773dffb9021b6eb72daadc3a0286eb50a.tar.lz
gsoc2013-evolution-5089dd4773dffb9021b6eb72daadc3a0286eb50a.tar.xz
gsoc2013-evolution-5089dd4773dffb9021b6eb72daadc3a0286eb50a.tar.zst
gsoc2013-evolution-5089dd4773dffb9021b6eb72daadc3a0286eb50a.zip
Mark a string for translation.
2001-05-23 Kjartan Maraas <kmaraas@gnome.org> * component/e-summary-url.c: Mark a string for translation. svn path=/trunk/; revision=9949
-rw-r--r--executive-summary/ChangeLog4
-rw-r--r--executive-summary/component/e-summary-url.c3
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);