diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2004-08-14 00:11:15 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-08-14 00:11:15 +0800 |
commit | 4ff1e84802699c4b4f7cea5487699becbafe8162 (patch) | |
tree | 3d104fae772fc949a29719bbc44c9d0ec96e1084 | |
parent | 2881a782117bd8a3a6b4616dc9d9546bb1df5bb2 (diff) | |
download | gsoc2013-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
-rw-r--r-- | camel/ChangeLog | 6 | ||||
-rw-r--r-- | camel/providers/groupwise/camel-groupwise-provider.c | 4 |
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" }, |