From 2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 24 Sep 2008 06:28:25 +0000 Subject: ** Fixes bug #553479 2008-09-24 Philip Withnall ** Fixes bug #553479 * shell/shell.error.xml: * plugins/webdav-account-setup/webdav-contacts-source.c (plugin_webdav_contacts): * plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml: * plugins/python/org-gnome-evolution-python.eplug.xml: * plugins/google-account-setup/org-gnome-evolution-google.eplug.xml: * plugins/audio-inline/org-gnome-audio-inline.eplug.xml: * mail/em-migrate.c (migrate_to_db): * mail/evolution-mail.schemas.in: * addressbook/gui/component/ldap-config.glade: String capitalisation improvements. svn path=/trunk/; revision=36439 --- mail/ChangeLog | 7 +++++++ mail/em-migrate.c | 2 +- mail/evolution-mail.schemas.in | 16 ++++++++-------- 3 files changed, 16 insertions(+), 9 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 0725877b75..7c2365d70e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2008-09-24 Philip Withnall + + ** Fixes bug #553479 + + * em-migrate.c (migrate_to_db): + * evolution-mail.schemas.in: String capitalisation improvements. + 2008-09-23 Milan Crha ** Part of fix for bug #553273 diff --git a/mail/em-migrate.c b/mail/em-migrate.c index 7addaaa1d0..e22cbae273 100644 --- a/mail/em-migrate.c +++ b/mail/em-migrate.c @@ -2896,7 +2896,7 @@ migrate_to_db() 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 " + "folders has been moved to SQLite since Evolution 2.24.\n\nPlease be " "patient while Evolution migrates your folders...")); em_migrate_set_progress ( (double)i/(len+1)); diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index f32428aa4a..5e328b5457 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -315,9 +315,9 @@ int 0 - Load images for HTML messages over http + Load images for HTML messages over HTTP - Load images for HTML messages over http(s). Possible values are: + Load images for HTML messages over HTTP(S). Possible values are: "0" - Never load images off the net. "1" - Load images in messages from contacts. "2" - Always load images off the net. @@ -390,11 +390,11 @@ list string - List of mime types to check for bonobo component viewers + List of MIME types to check for Bonobo component viewers - If there isn't a builtin viewer for a particular mime-type inside Evolution, - any mime-types appearing in this list which map to a bonobo-component viewer - in GNOME's mime-type database may be used for displaying content. + If there isn't a builtin viewer for a particular MIME type inside Evolution, + any MIME types appearing in this list which map to a Bonobo component viewer + in GNOME's MIME type database may be used for displaying content. @@ -633,7 +633,7 @@ bool true - Allows evolution to display text part of limited size + Allows Evolution to display text part of limited size Enable to render message text part of limited size. @@ -650,7 +650,7 @@ Text message part limit This decides the max size of the text part that can be formatted under - evolution. The default is 4MB / 4096 KB and is specified interms of KB. + Evolution. The default is 4MB / 4096 KB and is specified in terms of KB. -- cgit