aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/em-account-editor.c6
2 files changed, 8 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 5259b1ab06..3f71c8b1cf 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-01 Jeffrey Stedfast <fejj@novell.com>
+
+ * em-account-editor.c: Change the labels back to the same as they
+ were in 2.0
+
2004-10-28 Not Zed <NotZed@Ximian.com>
* mail-folder-cache.c (real_flush_updates):
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]))