aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-09-28 01:43:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-09-28 01:43:46 +0800
commit6ccd037c7c40be0fd55c164a1274c5a638825023 (patch)
treeaec5f1678c50824f42ad3cd1cb614b056c0aafd3 /mail/em-account-editor.c
parente5e0149bb66b663bba92c0eb8dd7dfbe6e33d9fa (diff)
downloadgsoc2013-evolution-6ccd037c7c40be0fd55c164a1274c5a638825023.tar.gz
gsoc2013-evolution-6ccd037c7c40be0fd55c164a1274c5a638825023.tar.zst
gsoc2013-evolution-6ccd037c7c40be0fd55c164a1274c5a638825023.zip
Changed the SSL option menu labels.
2004-09-27 Jeffrey Stedfast <fejj@novell.com> * em-account-editor.c: Changed the SSL option menu labels. svn path=/trunk/; revision=27399
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]))