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/evolution-mail.schemas.in | |
parent | c405e5f281cdf5a851d2915db4250b96007832b4 (diff) | |
download | gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar.gz 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/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 16 |
1 files changed, 8 insertions, 8 deletions
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> |