Fixed some typos.

2001-01-30  Kjartan Maraas  <kmaraas@gnome.org>

	* importer/importer.c: Fixed some typos.

svn path=/trunk/; revision=7900
This commit is contained in:
Kjartan Maraas
2001-01-30 00:22:01 +00:00
committed by Kjartan Maraas
parent e0f85de50f
commit d4d4df164b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-01-30 Kjartan Maraas <kmaraas@gnome.org>
* importer/importer.c: Fixed some typos.
2001-01-28 Ettore Perazzoli <ettore@ximian.com>
* e-shell-folder-creation-dialog.c (add_storage_set_view): Set the

View File

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