From 8bf77996e08c94eb3bd885b2b69b74206868d622 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 30 Aug 2008 22:35:00 +0000 Subject: ** Fixes bug #549969 2008-08-30 Matthew Barnes ** Fixes bug #549969 * mail/em-migrate.c (migrate_to_db): Use a less geeky sounding migration message. svn path=/branches/kill-bonobo/; revision=36228 --- mail/ChangeLog | 7 +++++++ 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,3 +1,10 @@ +2008-08-30 Matthew Barnes + + ** Fixes bug #549969 + + * em-migrate.c (migrate_to_db): + Use a less geeky sounding migration message. + 2008-08-30 Matthew Barnes ** Fixes bug #549970 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); -- cgit