diff options
-rw-r--r-- | shell/ChangeLog | 7 | ||||
-rw-r--r-- | shell/e-shell-importer.c | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c37515e259..2349fa7198 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2008-08-30 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #549554 (patch from Paul Bolle) + + * e-shell-importer.c: (struct info): + Drop sentence about an "Automatic" option. + 2008-08-27 Sankar P <psankar@novell.com> License Changes diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index 23b473a0a9..6826c44f67 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -132,9 +132,7 @@ static struct { }, { "file_html", N_("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 " - "Evolution will attempt to work it out.") + "and select what type of file it is from the list.") }, { "dest_html", N_("Choose the destination for this import") |