diff options
Diffstat (limited to 'shell/importer/intelligent.c')
-rw-r--r-- | shell/importer/intelligent.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |