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 --- plugins/audio-inline/ChangeLog | 7 +++++++ plugins/audio-inline/org-gnome-audio-inline.eplug.xml | 2 +- plugins/google-account-setup/ChangeLog | 7 +++++++ plugins/google-account-setup/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 +++++++ plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml | 2 +- plugins/webdav-account-setup/ChangeLog | 7 +++++++ plugins/webdav-account-setup/webdav-contacts-source.c | 2 +- 10 files changed, 40 insertions(+), 5 deletions(-) (limited to 'plugins') 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); -- cgit