aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-01-30 08:22:01 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-01-30 08:22:01 +0800
commitd4d4df164b4b162c3fd2f461f245dee293fea815 (patch)
tree5273dd69d157f44ded355f44b0962c6fa2f21358 /shell/importer
parente0f85de50f8c04ea4b3182fbb668bd17ee9c0e52 (diff)
downloadgsoc2013-evolution-d4d4df164b4b162c3fd2f461f245dee293fea815.tar
gsoc2013-evolution-d4d4df164b4b162c3fd2f461f245dee293fea815.tar.gz
gsoc2013-evolution-d4d4df164b4b162c3fd2f461f245dee293fea815.tar.bz2
gsoc2013-evolution-d4d4df164b4b162c3fd2f461f245dee293fea815.tar.lz
gsoc2013-evolution-d4d4df164b4b162c3fd2f461f245dee293fea815.tar.xz
gsoc2013-evolution-d4d4df164b4b162c3fd2f461f245dee293fea815.tar.zst
gsoc2013-evolution-d4d4df164b4b162c3fd2f461f245dee293fea815.zip
Fixed some typos.
2001-01-30 Kjartan Maraas <kmaraas@gnome.org> * importer/importer.c: Fixed some typos. svn path=/trunk/; revision=7900
Diffstat (limited to 'shell/importer')
-rw-r--r--shell/importer/importer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/importer/importer.c b/shell/importer/importer.c
index 1d245eb721..21e110b361 100644
--- a/shell/importer/importer.c
+++ b/shell/importer/importer.c
@@ -573,9 +573,9 @@ show_import_wizard (void)
html = html_new (TRUE);
put_html (GTK_HTML (html),
- _("Choose the file that you want to import into Evolution,"
+ _("Choose the file that you want to import into Evolution, "
"and select what type of file it is from the list.\n\n"
- "You can select \"Automatic\" if you do not know, and"
+ "You can select \"Automatic\" if you do not know, and "
"Evolution will attempt to work it out."));
gtk_box_pack_start (GTK_BOX (data->vbox), html->parent->parent,
FALSE, TRUE, 0);