diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2008-09-24 14:28:25 +0800 |
---|---|---|
committer | Philip Withnall <pwithnall@src.gnome.org> | 2008-09-24 14:28:25 +0800 |
commit | 2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3 (patch) | |
tree | 6031bbee9d4b04084d57123d6d5bf21fff566615 /mail | |
parent | c405e5f281cdf5a851d2915db4250b96007832b4 (diff) | |
download | gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar.gz gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar.bz2 gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar.lz gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar.xz gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar.zst gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.zip |
** Fixes bug #553479
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
** 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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/em-migrate.c | 2 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in | 16 |
3 files changed, 16 insertions, 9 deletions
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 <philip@tecnocode.co.uk> + + ** Fixes bug #553479 + + * em-migrate.c (migrate_to_db): + * evolution-mail.schemas.in: String capitalisation improvements. + 2008-09-23 Milan Crha <mcrha@redhat.com> ** 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 @@ <type>int</type> <default>0</default> <locale name="C"> - <short>Load images for HTML messages over http</short> + <short>Load images for HTML messages over HTTP</short> <long> - 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 @@ <type>list</type> <list_type>string</list_type> <locale name="C"> - <short>List of mime types to check for bonobo component viewers</short> + <short>List of MIME types to check for Bonobo component viewers</short> <long> - 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. </long> </locale> </schema> @@ -633,7 +633,7 @@ <type>bool</type> <default>true</default> <locale name="C"> - <short>Allows evolution to display text part of limited size</short> + <short>Allows Evolution to display text part of limited size</short> <long> Enable to render message text part of limited size. </long> @@ -650,7 +650,7 @@ <short>Text message part limit</short> <long> 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. </long> </locale> </schema> |