aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/webdav-account-setup
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2008-09-24 14:28:25 +0800
committerPhilip Withnall <pwithnall@src.gnome.org>2008-09-24 14:28:25 +0800
commit2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3 (patch)
tree6031bbee9d4b04084d57123d6d5bf21fff566615 /plugins/webdav-account-setup
parentc405e5f281cdf5a851d2915db4250b96007832b4 (diff)
downloadgsoc2013-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 'plugins/webdav-account-setup')
-rw-r--r--plugins/webdav-account-setup/ChangeLog7
-rw-r--r--plugins/webdav-account-setup/webdav-contacts-source.c2
2 files changed, 8 insertions, 1 deletions
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 <philip@tecnocode.co.uk>
+
+ ** Fixes bug #553479
+
+ * webdav-contacts-source.c (plugin_webdav_contacts):
+ String capitalisation improvements.
+
2008-08-12 Bharath Acharya <abharath@novell.com>
* 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);