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/em-account-editor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/em-account-editor.c') 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