diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-07-28 19:02:59 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2011-07-28 19:02:59 +0800 |
commit | 3bab97eaa545395fb4ccc5dcd35cce6482caf291 (patch) | |
tree | c9a766996b99062567d833bc17892090a1d14ad2 /mail/mail-config.ui | |
parent | b6bbbb1c61b749e42aea971a717cf2afd63bacec (diff) | |
download | gsoc2013-evolution-3bab97eaa545395fb4ccc5dcd35cce6482caf291.tar.gz gsoc2013-evolution-3bab97eaa545395fb4ccc5dcd35cce6482caf291.tar.zst gsoc2013-evolution-3bab97eaa545395fb4ccc5dcd35cce6482caf291.zip |
Use the same term 'Secure connection' everywhere instead of SSL
Diffstat (limited to 'mail/mail-config.ui')
-rw-r--r-- | mail/mail-config.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui index 213f397660..4a7515d349 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -5047,7 +5047,7 @@ For example: "Work" or "Personal"</property> <object class="GtkLabel" id="lblSourceUseSSL"> <property name="visible">True</property> <property name="can_focus">False</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="justify">center</property> <property name="mnemonic_widget">source_use_ssl</property> @@ -5551,7 +5551,7 @@ For example: "Work" or "Personal"</property> <object class="GtkLabel" id="lblTransportUseSSL"> <property name="visible">True</property> <property name="can_focus">False</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="justify">center</property> <property name="mnemonic_widget">transport_use_ssl</property> |