aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
diff options
context:
space:
mode:
authorSivaiah Nallagatla <snallagatla@novell.com>2004-08-14 00:11:15 +0800
committerSivaiah Nallagatla <siva@src.gnome.org>2004-08-14 00:11:15 +0800
commit4ff1e84802699c4b4f7cea5487699becbafe8162 (patch)
tree3d104fae772fc949a29719bbc44c9d0ec96e1084 /camel/providers
parent2881a782117bd8a3a6b4616dc9d9546bb1df5bb2 (diff)
downloadgsoc2013-evolution-4ff1e84802699c4b4f7cea5487699becbafe8162.tar
gsoc2013-evolution-4ff1e84802699c4b4f7cea5487699becbafe8162.tar.gz
gsoc2013-evolution-4ff1e84802699c4b4f7cea5487699becbafe8162.tar.bz2
gsoc2013-evolution-4ff1e84802699c4b4f7cea5487699becbafe8162.tar.lz
gsoc2013-evolution-4ff1e84802699c4b4f7cea5487699becbafe8162.tar.xz
gsoc2013-evolution-4ff1e84802699c4b4f7cea5487699becbafe8162.tar.zst
gsoc2013-evolution-4ff1e84802699c4b4f7cea5487699becbafe8162.zip
update ssl setting label and title of the soap settings section Fixes
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 svn path=/trunk/; revision=26918
Diffstat (limited to 'camel/providers')
-rw-r--r--camel/providers/groupwise/camel-groupwise-provider.c4
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" },