string changes made. ** Fixes bug 272505
authorParthasarathi Susarla <sparthasarathi@novell.com>
Sun, 24 Jul 2005 05:47:03 +0000 (05:47 +0000)
committerParthasarathi Susarla <saps@src.gnome.org>
Sun, 24 Jul 2005 05:47:03 +0000 (05:47 +0000)
2005-07-24  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-provider.c:
  string changes made. ** Fixes bug 272505

camel/providers/groupwise/ChangeLog
camel/providers/groupwise/camel-groupwise-provider.c

index 150e9c5..db7e2bc 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-24  Parthasarathi Susarla <sparthasarathi@novell.com>
+       
+       * camel-groupwise-provider.c:
+         string changes made. ** Fixes bug 272505
+
 2005-07-20  Parthasarathi Susarla <sparthasarathi@novell.com>
        
        * camel-groupwise-folder.c:
index b08c3de..92f70c4 100644 (file)
@@ -1,5 +1,5 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/* camel-groupwise-provider.c: Groupwise provider registration code */
+/* camel-groupwise-provider.c: GroupWise provider registration code */
 
 /*
  *  Authors: Jeffrey Stedfast <fejj@ximian.com>
@@ -64,7 +64,7 @@ CamelProviderConfEntry groupwise_conf_entries[] = {
          N_("Automatically synchronize account locally"), "0" },
        { CAMEL_PROVIDER_CONF_SECTION_END },
 
-       /* extra Groupwise  configuration settings */
+       /* extra GroupWise  configuration settings */
        {CAMEL_PROVIDER_CONF_SECTION_START, "soapport", NULL,
          N_("SOAP Settings") },
 
@@ -84,7 +84,7 @@ static CamelProvider groupwise_provider = {
        "groupwise",
        N_("Novell GroupWise"),
 
-       N_("For accessing Novell Groupwise servers"),
+       N_("For accessing Novell GroupWise servers"),
 
        "mail",