17 lines
744 B
Diff
17 lines
744 B
Diff
|
Index: camel/providers/groupwise/camel-groupwise-store.c
|
||
|
===================================================================
|
||
|
RCS file: /cvs/gnome/evolution-data-server/camel/providers/groupwise/camel-groupwise-store.c,v
|
||
|
retrieving revision 1.99
|
||
|
diff -u -p -r1.99 camel-groupwise-store.c
|
||
|
--- camel/providers/groupwise/camel-groupwise-store.c 6 Apr 2006 05:57:40 -0000 1.99
|
||
|
+++ camel/providers/groupwise/camel-groupwise-store.c 20 Apr 2006 09:05:34 -0000
|
||
|
@@ -224,7 +224,7 @@ groupwise_auth_loop (CamelService *servi
|
||
|
}
|
||
|
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
|