diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-account-editor.c | 4 | ||||
-rw-r--r-- | mail/mail-config.glade | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index b735ed131b..d80bc9edbd 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -285,9 +285,9 @@ static struct { char *label; char *value; } ssl_options[] = { - { N_("SSL encryption"), "always" }, + { N_("No encryption"), "never" }, { N_("TLS encryption"), "when-possible" }, - { N_("No encryption"), "never" } + { N_("SSL encryption"), "always" } }; #define num_ssl_options (sizeof (ssl_options) / sizeof (ssl_options[0])) diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 625b952991..701d8fcaca 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -1361,7 +1361,7 @@ For example: "Work" or "Personal"</property> <child> <widget class="GtkLabel" id="lblSourceUseSSL"> <property name="visible">True</property> - <property name="label" translatable="yes">_Use Secure Connection (SSL):</property> + <property name="label" translatable="yes">_Use Secure Connection:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> @@ -2035,7 +2035,7 @@ For example: "Work" or "Personal"</property> <child> <widget class="GtkLabel" id="lblTransportUseSSL"> <property name="visible">True</property> - <property name="label" translatable="yes">_Use Secure Connection (SSL):</property> + <property name="label" translatable="yes">_Use Secure Connection:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> |