aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r--mail/em-account-editor.c6
1 files changed, 3 insertions, 3 deletions
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]))