From 4ff1e84802699c4b4f7cea5487699becbafe8162 Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Fri, 13 Aug 2004 16:11:15 +0000 Subject: update ssl setting label and title of the soap settings section Fixes 2004-08-13 Sivaiah Nallagatla * providers/groupwise/camel-groupwise-provider.c : update ssl setting label and title of the soap settings section Fixes #62747 svn path=/trunk/; revision=26918 --- camel/providers/groupwise/camel-groupwise-provider.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel/providers') 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" }, -- cgit v1.2.3