diff options
author | Andre Klapper <aklapper@src.gnome.org> | 2006-02-13 22:36:11 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-02-13 22:36:11 +0800 |
commit | cec6ae502becc24010dcc2743d91b2257ce089b3 (patch) | |
tree | e890ba74f2715571eaccf5b3cdb14b8768281493 /addressbook/gui | |
parent | 434ad7f66b53416d8add18dac2aa743e6b3b9c81 (diff) | |
download | gsoc2013-evolution-cec6ae502becc24010dcc2743d91b2257ce089b3.tar.gz gsoc2013-evolution-cec6ae502becc24010dcc2743d91b2257ce089b3.tar.zst gsoc2013-evolution-cec6ae502becc24010dcc2743d91b2257ce089b3.zip |
2006-02-13 Karsten Bräckelmann <guenther@rudersport.de>,
Andre Klapper <a9016009@gmx.de>
* addressbook/ldap-config.glade:
* mail/em-account-editor.c: Fix the Security options to finally be
descriptive, rather than obscuring. Fixes the UI part of bug #321797.
svn path=/trunk/; revision=31507
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/ldap-config.glade | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/addressbook/gui/component/ldap-config.glade b/addressbook/gui/component/ldap-config.glade index 13ea0c4386..1cfb62ace5 100644 --- a/addressbook/gui/component/ldap-config.glade +++ b/addressbook/gui/component/ldap-config.glade @@ -364,8 +364,8 @@ <child> <widget class="GtkMenuItem" id="convertwidget42"> <property name="visible">True</property> - <property name="tooltip" translatable="yes">Selecting this option means that Evolution will only connect to your LDAP server if your LDAP server supports SSL or TLS.</property> - <property name="label" translatable="yes">Always</property> + <property name="tooltip" translatable="yes">Selecting this option means that Evolution will only connect to your LDAP server if your LDAP server supports SSL.</property> + <property name="label" translatable="yes">SSL encryption</property> <property name="use_underline">True</property> </widget> </child> @@ -373,8 +373,8 @@ <child> <widget class="GtkMenuItem" id="convertwidget43"> <property name="visible">True</property> - <property name="tooltip" translatable="yes">Selecting this option means that Evolution will only try to use SSL/TLS if you are in a insecure environment. For example, if you and your LDAP server are behind a firewall at work, then Evolution doesn't need to use SSL/TLS because your connection is already secure.</property> - <property name="label" translatable="yes">Whenever Possible</property> + <property name="tooltip" translatable="yes">Selecting this option means that Evolution will only connect to your LDAP server if your LDAP server supports TLS.</property> + <property name="label" translatable="yes">TLS encryption</property> <property name="use_underline">True</property> </widget> </child> @@ -382,8 +382,8 @@ <child> <widget class="GtkMenuItem" id="convertwidget44"> <property name="visible">True</property> - <property name="tooltip" translatable="yes">Selecting this option means that your server does not support either SSL or TLS. This means that your connection will be insecure, and that you will be vulnerable to security exploits. </property> - <property name="label" translatable="yes">Never</property> + <property name="tooltip" translatable="yes">Selecting this option means that your server does not support either SSL or TLS. This means that your connection will be insecure, and that you will be vulnerable to security exploits.</property> + <property name="label" translatable="yes">No encryption</property> <property name="use_underline">True</property> </widget> </child> |