** See bug 167640 on bnc Add space at the end of a string.
authorParthasarathi Susarla <sparthasarathi@novell.com>
Thu, 20 Apr 2006 08:12:17 +0000 (08:12 +0000)
committerParthasarathi Susarla <saps@src.gnome.org>
Thu, 20 Apr 2006 08:12:17 +0000 (08:12 +0000)
2006-04-20  Parthasarathi Susarla <sparthasarathi@novell.com>

** See bug 167640 on bnc
* camel-groupwise-store.c: Add space at the end of a string.

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

index ce712de..e842d4e 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-20  Parthasarathi Susarla <sparthasarathi@novell.com>
+       
+       ** See bug 167640 on bnc
+       * camel-groupwise-store.c: Add space at the end of a string.
+
 2006-04-20  Sankar P  <psankar@novell.com>
 
        * camel-groupwise-summary.c : (groupwise_summary_clear):
index 200ea24..a9035f6 100644 (file)
@@ -224,7 +224,7 @@ groupwise_auth_loop (CamelService *service, CamelException *ex)
                }
                if (!E_IS_GW_CONNECTION(priv->cnc)) {
                        errbuf = g_strdup_printf (_("Unable to authenticate "
-                                           "to GroupWise server."));
+                                           "to GroupWise server. "));
                                                  
                        camel_exception_clear (ex);
                } else