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 /addressbook | |
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 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/component/ldap-config.glade | 4 |
2 files changed, 8 insertions, 2 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 <philip@tecnocode.co.uk> + + ** Fixes bug #553479 + + * gui/component/ldap-config.glade: String capitalisation improvements. + 2008-09-23 Milan Crha <mcrha@redhat.com> ** 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 @@ <child> <widget class="GtkEntry" id="server-name-entry"> <property name="visible">True</property> - <property name="tooltip" translatable="yes">This is the full name of your ldap server. For example, "ldap.mycompany.com".</property> + <property name="tooltip" translatable="yes">This is the full name of your LDAP server. For example, "ldap.mycompany.com".</property> <property name="can_focus">True</property> <property name="has_focus">True</property> <property name="editable">True</property> @@ -635,7 +635,7 @@ <child> <widget class="GtkOptionMenu" id="auth-optionmenu"> <property name="visible">True</property> - <property name="tooltip" translatable="yes">This is the method Evolution will use to authenticate you. Note that setting this to "Email Address" requires anonymous access to your ldap server.</property> + <property name="tooltip" translatable="yes">This is the method Evolution will use to authenticate you. Note that setting this to "Email Address" requires anonymous access to your LDAP server.</property> <property name="can_focus">True</property> <property name="history">0</property> |