aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog6
-rw-r--r--camel/providers/groupwise/camel-groupwise-provider.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index f17f6e0bbb..6f7d191ee3 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2004-08-13 Sivaiah Nallagatla <snallagatla@novell.com>
+
+ * providers/groupwise/camel-groupwise-provider.c : update
+ ssl setting label and title of the soap settings section
+ Fixes #62747
+
2004-08-13 Rodney Dawes <dobey@novell.com>
* camel-sasl-gssapi.c: Handle et/comm_err.h as well as the
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" },