aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2004-09-28 02:45:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-09-28 02:45:15 +0800
commit91f6fa20afcd17692c6f4b26d0d10611b172465d (patch)
tree6f5e018ffd30df2e67858c41eb2df5c6c20ba35a /mail/em-account-editor.c
parent6ccd037c7c40be0fd55c164a1274c5a638825023 (diff)
downloadgsoc2013-evolution-91f6fa20afcd17692c6f4b26d0d10611b172465d.tar
gsoc2013-evolution-91f6fa20afcd17692c6f4b26d0d10611b172465d.tar.gz
gsoc2013-evolution-91f6fa20afcd17692c6f4b26d0d10611b172465d.tar.bz2
gsoc2013-evolution-91f6fa20afcd17692c6f4b26d0d10611b172465d.tar.lz
gsoc2013-evolution-91f6fa20afcd17692c6f4b26d0d10611b172465d.tar.xz
gsoc2013-evolution-91f6fa20afcd17692c6f4b26d0d10611b172465d.tar.zst
gsoc2013-evolution-91f6fa20afcd17692c6f4b26d0d10611b172465d.zip
updated labels in mail-config.glade too and changed the order of the SSL/TLS menu items
svn path=/trunk/; revision=27402
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r--mail/em-account-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index b735ed131b..d80bc9edbd 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_("SSL encryption"), "always" },
+ { N_("No encryption"), "never" },
{ N_("TLS encryption"), "when-possible" },
- { N_("No encryption"), "never" }
+ { N_("SSL encryption"), "always" }
};
#define num_ssl_options (sizeof (ssl_options) / sizeof (ssl_options[0]))