diff options
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/em-migrate.c | 7 |
2 files changed, 11 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b151c9d093..d97fa0d801 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2008-08-30 Matthew Barnes <mbarnes@redhat.com> + ** Fixes bug #549969 + + * em-migrate.c (migrate_to_db): + Use a less geeky sounding migration message. + +2008-08-30 Matthew Barnes <mbarnes@redhat.com> + ** Fixes bug #549970 * evolution-mail.schemas.in: diff --git a/mail/em-migrate.c b/mail/em-migrate.c index 07e9c1cdab..332848ed39 100644 --- a/mail/em-migrate.c +++ b/mail/em-migrate.c @@ -2895,9 +2895,10 @@ migrate_to_db() len = e_list_length ((EList *) accounts); camel_session_set_online ((CamelSession *) session, FALSE); - em_migrate_setup_progress_dialog (_("The summary format of the Evolution mailbox " - "folders has been moved to sqlite since Evolution 2.24.\n\nPlease be " - "patient while Evolution migrates your folders...")); + em_migrate_setup_progress_dialog ( + _("The summary format for Evolution's mailbox folders " + "has changed.\n\nPlease be patient while Evolution " + "migrates your folders to the new format...")); em_migrate_set_progress ( (double)i/(len+1)); store = setup_local_store (component); |