aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-07-11 22:45:10 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-07-11 22:45:10 +0800
commita74afe6c1914e262db8ac21aff303f0bce65ca76 (patch)
treec1ff709e4317e4e0c37583ffbe17f462240b6d36
parent132066ed31305b95ae38960f97c402508bfd111d (diff)
downloadgsoc2013-evolution-a74afe6c1914e262db8ac21aff303f0bce65ca76.tar
gsoc2013-evolution-a74afe6c1914e262db8ac21aff303f0bce65ca76.tar.gz
gsoc2013-evolution-a74afe6c1914e262db8ac21aff303f0bce65ca76.tar.bz2
gsoc2013-evolution-a74afe6c1914e262db8ac21aff303f0bce65ca76.tar.lz
gsoc2013-evolution-a74afe6c1914e262db8ac21aff303f0bce65ca76.tar.xz
gsoc2013-evolution-a74afe6c1914e262db8ac21aff303f0bce65ca76.tar.zst
gsoc2013-evolution-a74afe6c1914e262db8ac21aff303f0bce65ca76.zip
Mark a string for translation.
2001-07-11 Kjartan Maraas <kmaraas@gnome.org> * importers/intelligent.c: Mark a string for translation. svn path=/trunk/; revision=11001
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/importer/intelligent.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 5025440c44..ff906a53e0 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-11 Kjartan Maraas <kmaraas@gnome.org>
+
+ * importers/intelligent.c: Mark a string for translation.
+
2001-07-11 Jason Leach <jleach@ximian.com>
* e-shell-view.c (e_shell_view_save_settings): Make sure to create
diff --git a/shell/importer/intelligent.c b/shell/importer/intelligent.c
index 6e2f20d8d6..88c45d1ed4 100644
--- a/shell/importer/intelligent.c
+++ b/shell/importer/intelligent.c
@@ -206,7 +206,7 @@ create_gui (GList *importers)
d->clist = clist = gtk_clist_new (1);
gtk_clist_set_selection_mode (GTK_CLIST (d->clist), GTK_SELECTION_MULTIPLE);
- label = gtk_label_new ("Evolution has found the following data sources:");
+ label = gtk_label_new (_("Evolution has found the following data sources:"));
gtk_misc_set_alignment(GTK_MISC(label), 0, .5);
gtk_box_pack_start (GTK_BOX (GNOME_DIALOG (dialog)->vbox), label,
TRUE, TRUE, 0);