aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/em-account-editor.c6
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 <fejj@novell.com>
+
+ * em-account-editor.c: Changed the SSL option menu labels.
+
2004-09-21 Not Zed <NotZed@Ximian.com>
** 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]))