diff options
Diffstat (limited to 'camel/providers/groupwise')
-rw-r--r-- | camel/providers/groupwise/camel-groupwise-provider.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/groupwise/camel-groupwise-provider.c b/camel/providers/groupwise/camel-groupwise-provider.c index 108c23620b..34a47e8ef5 100644 --- a/camel/providers/groupwise/camel-groupwise-provider.c +++ b/camel/providers/groupwise/camel-groupwise-provider.c @@ -66,7 +66,7 @@ CamelProviderConfEntry groupwise_conf_entries[] = { /* extra Groupwise configuration settings */ {CAMEL_PROVIDER_CONF_SECTION_START, "soapport", NULL, - N_("Address Book And Calendar") }, + N_("Address Book and Calendar") }, { CAMEL_PROVIDER_CONF_ENTRY , "poa", NULL, N_("Post Office Agent:"), NULL }, @@ -75,7 +75,7 @@ CamelProviderConfEntry groupwise_conf_entries[] = { N_("Post Office Agent SOAP Port:"), "7181" }, { CAMEL_PROVIDER_CONF_CHECKBOX, "soap_ssl", NULL, - N_("Use ssl"), "1"}, + N_("Use Secure Connection (SSL)"), "1"}, { CAMEL_PROVIDER_CONF_HIDDEN, "auth-domain", NULL, NULL, "Groupwise" }, |