From 43d766ff70995f1f6b4f6023bf62dc480e8647bc Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 1 Nov 2004 20:58:47 +0000 Subject: Change the labels back to the same as they were in 2.0 2004-11-01 Jeffrey Stedfast * em-account-editor.c: Change the labels back to the same as they were in 2.0 svn path=/trunk/; revision=27787 --- 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 5febf6c59f..c4857432d4 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -288,9 +288,9 @@ static struct { char *label; char *value; } ssl_options[] = { - { N_("No encryption"), "never" }, - { N_("TLS encryption"), "when-possible" }, - { N_("SSL encryption"), "always" } + { N_("Never"), "never" }, + { N_("Whenever Possible"), "when-possible" }, + { N_("Always"), "always" } }; #define num_ssl_options (sizeof (ssl_options) / sizeof (ssl_options[0])) -- cgit v1.2.3