From d36c3b0e20290acc49e172ce7ed7a50d1b2ec2a8 Mon Sep 17 00:00:00 2001 From: Anna Marie Dirks Date: Mon, 13 Aug 2001 23:21:16 +0000 Subject: Changed the "Evolution has found the following data sources" text in the 2001-08-13 Anna Marie Dirks * importer/intelligent.c : Changed the "Evolution has found the following data sources" text in the import dialog to "Evolution can import data from the following files" in an attempt to increase user-friendliness. svn path=/trunk/; revision=11976 --- shell/importer/intelligent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/importer') diff --git a/shell/importer/intelligent.c b/shell/importer/intelligent.c index 767a2b862e..28fcd9a00f 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 can import data from the following files:")); gtk_misc_set_alignment(GTK_MISC(label), 0, .5); gtk_box_pack_start (GTK_BOX (GNOME_DIALOG (dialog)->vbox), label, TRUE, TRUE, 0); -- cgit