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
This commit is contained in:
Kjartan Maraas
2001-07-11 14:45:10 +00:00
committed by Kjartan Maraas
parent 132066ed31
commit a74afe6c19
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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);