diff options
author | Vibha Yadav <yvibha@novell.com> | 2011-11-09 20:29:38 +0800 |
---|---|---|
committer | Vibha Yadav <yvibha@novell.com> | 2011-11-09 20:29:38 +0800 |
commit | 8dd9c2a86b38a8191503f4c5dcd980018db75095 (patch) | |
tree | a6d6e629fbbe5f789d8bb1dadad30ea1fc2bcaaf /modules | |
parent | 88d5608a97ebaee9c04c3e8ac6b79278e824ecee (diff) | |
download | gsoc2013-evolution-8dd9c2a86b38a8191503f4c5dcd980018db75095.tar gsoc2013-evolution-8dd9c2a86b38a8191503f4c5dcd980018db75095.tar.gz gsoc2013-evolution-8dd9c2a86b38a8191503f4c5dcd980018db75095.tar.bz2 gsoc2013-evolution-8dd9c2a86b38a8191503f4c5dcd980018db75095.tar.lz gsoc2013-evolution-8dd9c2a86b38a8191503f4c5dcd980018db75095.tar.xz gsoc2013-evolution-8dd9c2a86b38a8191503f4c5dcd980018db75095.tar.zst gsoc2013-evolution-8dd9c2a86b38a8191503f4c5dcd980018db75095.zip |
Bug #659557 - Duplicate mnemonic in ldap address book creation dialog
Diffstat (limited to 'modules')
-rw-r--r-- | modules/addressbook/ldap-config.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/addressbook/ldap-config.ui b/modules/addressbook/ldap-config.ui index 99cc668efb..864e9389cf 100644 --- a/modules/addressbook/ldap-config.ui +++ b/modules/addressbook/ldap-config.ui @@ -247,7 +247,7 @@ <object class="GtkLabel" id="label556"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">_Server:</property> + <property name="label" translatable="yes">Ser_ver:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">server-name-entry</property> </object> @@ -263,7 +263,7 @@ <child> <object class="GtkLabel" id="label555"> <property name="visible">True</property> - <property name="label" translatable="yes">_Use secure connection:</property> + <property name="label" translatable="yes">Use secure _connection:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">ssl-combobox</property> </object> @@ -504,7 +504,7 @@ <object class="GtkLabel" id="label581"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Search _filter:</property> + <property name="label" translatable="yes">S_earch filter:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">search-filter-entry</property> </object> |