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 --- addressbook/ChangeLog | 6 ++++++ addressbook/gui/component/ldap-config.glade | 4 ++-- mail/ChangeLog | 7 +++++++ mail/em-migrate.c | 2 +- mail/evolution-mail.schemas.in | 16 ++++++++-------- plugins/audio-inline/ChangeLog | 7 +++++++ plugins/audio-inline/org-gnome-audio-inline.eplug.xml | 2 +- plugins/google-account-setup/ChangeLog | 7 +++++++ .../org-gnome-evolution-google.eplug.xml | 2 +- plugins/python/ChangeLog | 7 +++++++ plugins/python/org-gnome-evolution-python.eplug.xml | 2 +- plugins/tnef-attachments/ChangeLog | 7 +++++++ .../org-gnome-tnef-attachments.eplug.xml | 2 +- plugins/webdav-account-setup/ChangeLog | 7 +++++++ plugins/webdav-account-setup/webdav-contacts-source.c | 2 +- shell/ChangeLog | 6 ++++++ shell/shell.error.xml | 2 +- 17 files changed, 71 insertions(+), 17 deletions(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ac2441a9e3..f5d605ca2e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2008-09-24 Philip Withnall + + ** Fixes bug #553479 + + * gui/component/ldap-config.glade: String capitalisation improvements. + 2008-09-23 Milan Crha ** Part of fix for bug #553273 diff --git a/addressbook/gui/component/ldap-config.glade b/addressbook/gui/component/ldap-config.glade index 1e1c4d5fea..58ffba43bf 100644 --- a/addressbook/gui/component/ldap-config.glade +++ b/addressbook/gui/component/ldap-config.glade @@ -475,7 +475,7 @@ True - This is the full name of your ldap server. For example, "ldap.mycompany.com". + This is the full name of your LDAP server. For example, "ldap.mycompany.com". True True True @@ -635,7 +635,7 @@ True - This is the method Evolution will use to authenticate you. Note that setting this to "Email Address" requires anonymous access to your ldap server. + This is the method Evolution will use to authenticate you. Note that setting this to "Email Address" requires anonymous access to your LDAP server. True 0 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. diff --git a/plugins/audio-inline/ChangeLog b/plugins/audio-inline/ChangeLog index d7fe8ddffc..5b82ad2fc6 100644 --- a/plugins/audio-inline/ChangeLog +++ b/plugins/audio-inline/ChangeLog @@ -1,3 +1,10 @@ +2008-09-24 Philip Withnall + + ** Fixes bug #553479 + + * org-gnome-audio-inline.eplug.xml: String capitalisation + improvements. + 2008-08-12 Bharath Acharya * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate diff --git a/plugins/audio-inline/org-gnome-audio-inline.eplug.xml b/plugins/audio-inline/org-gnome-audio-inline.eplug.xml index 7a8a3cc291..16c282a014 100644 --- a/plugins/audio-inline/org-gnome-audio-inline.eplug.xml +++ b/plugins/audio-inline/org-gnome-audio-inline.eplug.xml @@ -6,7 +6,7 @@ location="@PLUGINDIR@/liborg-gnome-audio-inline@SOEXT@" _name="Audio inline plugin"> - <_description>A formatter plugin which displays audio attachments inline and allows you to play them directly from evolution. + <_description>A formatter plugin which displays audio attachments inline and allows you to play them directly from Evolution. diff --git a/plugins/google-account-setup/ChangeLog b/plugins/google-account-setup/ChangeLog index c8e97a9e6b..84badcf745 100644 --- a/plugins/google-account-setup/ChangeLog +++ b/plugins/google-account-setup/ChangeLog @@ -1,3 +1,10 @@ +2008-09-24 Philip Withnall + + ** Fixes bug #553479 + + * org-gnome-evolution-google.eplug.xml: String capitalisation + improvements. + 2008-08-27 Sankar P License Changes diff --git a/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml b/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml index 93a8aeee2d..2b32a5010d 100644 --- a/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml +++ b/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml @@ -4,7 +4,7 @@ location="@PLUGINDIR@/liborg-gnome-evolution-google@SOEXT@" load-on-startup="false" localedir = "@LOCALEDIR@" system_plugin="true"> - <_description>A plugin to setup google calendar and contacts. + <_description>A plugin to setup Google Calendar and Contacts. diff --git a/plugins/python/ChangeLog b/plugins/python/ChangeLog index 01c03df0a1..38cd85f29f 100644 --- a/plugins/python/ChangeLog +++ b/plugins/python/ChangeLog @@ -1,3 +1,10 @@ +2008-09-24 Philip Withnall + + ** Fixes bug #553479 + + * org-gnome-evolution-python.eplug.xml: String capitalisation + improvements. + 2008-09-12 Sankar P License Changes diff --git a/plugins/python/org-gnome-evolution-python.eplug.xml b/plugins/python/org-gnome-evolution-python.eplug.xml index c8cfd20f27..5f215f65e5 100644 --- a/plugins/python/org-gnome-evolution-python.eplug.xml +++ b/plugins/python/org-gnome-evolution-python.eplug.xml @@ -3,7 +3,7 @@ - <_description>A plugin which loads other plugins written using python. + <_description>A plugin which loads other plugins written using Python. diff --git a/plugins/tnef-attachments/ChangeLog b/plugins/tnef-attachments/ChangeLog index 669d4373ca..6c2f54a396 100644 --- a/plugins/tnef-attachments/ChangeLog +++ b/plugins/tnef-attachments/ChangeLog @@ -1,3 +1,10 @@ +2008-09-24 Philip Withnall + + ** Fixes bug #553479 + + * org-gnome-tnef-attachments.eplug.xml: String capitalisation + improvements. + 2008-09-03 Sankar P * plugins/tnef-attachments/tnef-plugin.c: diff --git a/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml b/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml index 73f94fa2d6..eca319cf5e 100644 --- a/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml +++ b/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml @@ -5,7 +5,7 @@ id="org.gnome.evolution.mail.tnefattachments" location="@PLUGINDIR@/liborg-gnome-tnef-attachments@SOEXT@" _name="TNEF Attachment decoder"> - <_description>A simple plugin which uses ytnef to decode tnef attachments. + <_description>A simple plugin which uses yTNEF to decode TNEF attachments. diff --git a/plugins/webdav-account-setup/ChangeLog b/plugins/webdav-account-setup/ChangeLog index 0a512b4dd3..38eabf364e 100644 --- a/plugins/webdav-account-setup/ChangeLog +++ b/plugins/webdav-account-setup/ChangeLog @@ -1,3 +1,10 @@ +2008-09-24 Philip Withnall + + ** Fixes bug #553479 + + * webdav-contacts-source.c (plugin_webdav_contacts): + String capitalisation improvements. + 2008-08-12 Bharath Acharya * Makefile.am: Added necessary libraries to link to. Build break while diff --git a/plugins/webdav-account-setup/webdav-contacts-source.c b/plugins/webdav-account-setup/webdav-contacts-source.c index 8f944de5ed..d85ffa79b6 100644 --- a/plugins/webdav-account-setup/webdav-contacts-source.c +++ b/plugins/webdav-account-setup/webdav-contacts-source.c @@ -335,7 +335,7 @@ plugin_webdav_contacts(EPlugin *epl, EConfigHookItemFactoryData *data) uidata->avoid_ifmatch_toggle = GTK_TOGGLE_BUTTON( gtk_check_button_new_with_mnemonic( - _("_Avoid IfMatch (needed on apache < 2.2.8)"))); + _("_Avoid IfMatch (needed on Apache < 2.2.8)"))); gtk_box_pack_start(hbox, GTK_WIDGET(uidata->avoid_ifmatch_toggle), FALSE, FALSE, 0); diff --git a/shell/ChangeLog b/shell/ChangeLog index 983da3282d..1f24072ebb 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2008-09-24 Philip Withnall + + ** Fixes bug #553479 + + * shell.error.xml: String capitalisation improvements. + 2008-09-19 Sankar P License Changes diff --git a/shell/shell.error.xml b/shell/shell.error.xml index 6f5364e026..e3b7a1a2ee 100644 --- a/shell/shell.error.xml +++ b/shell/shell.error.xml @@ -29,7 +29,7 @@ If you choose to continue, you may not have access to some of your old data. Delete old data from version {0}? <_primary>Delete old data from version {0}? - <_secondary xml:space="preserve">The previous version of evolution stored its data in a different location. + <_secondary xml:space="preserve">The previous version of Evolution stored its data in a different location. If you choose to remove this data, the entire contents of the "evolution" directory will be removed permanently. If you choose to keep this data, then you may manually remove the contents of "evolution" at your convenience. -- cgit v1.2.3