From 91f6fa20afcd17692c6f4b26d0d10611b172465d Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 27 Sep 2004 18:45:15 +0000 Subject: updated labels in mail-config.glade too and changed the order of the SSL/TLS menu items svn path=/trunk/; revision=27402 --- mail/em-account-editor.c | 4 ++-- mail/mail-config.glade | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mail') 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" True - _Use Secure Connection (SSL): + _Use Secure Connection: True False GTK_JUSTIFY_CENTER @@ -2035,7 +2035,7 @@ For example: "Work" or "Personal" True - _Use Secure Connection (SSL): + _Use Secure Connection: True False GTK_JUSTIFY_CENTER -- cgit v1.2.3