From 6ccd037c7c40be0fd55c164a1274c5a638825023 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 27 Sep 2004 17:43:46 +0000 Subject: Changed the SSL option menu labels. 2004-09-27 Jeffrey Stedfast * em-account-editor.c: Changed the SSL option menu labels. svn path=/trunk/; revision=27399 --- mail/ChangeLog | 4 ++++ mail/em-account-editor.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index b15e936889..cdbbc91493 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2004-09-27 Jeffrey Stedfast + + * em-account-editor.c: Changed the SSL option menu labels. + 2004-09-21 Not Zed ** See bug #63521. diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index 080b59d5cc..b735ed131b 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_("Always"), "always" }, - { N_("Whenever Possible"), "when-possible" }, - { N_("Never"), "never" } + { N_("SSL encryption"), "always" }, + { N_("TLS encryption"), "when-possible" }, + { N_("No encryption"), "never" } }; #define num_ssl_options (sizeof (ssl_options) / sizeof (ssl_options[0])) -- cgit