Revision: 17679
http://svn.sourceforge.net/gaim/?rev=17679&view=rev
Author: thekingant
Date: 2006-11-05 22:53:34 -0800 (Sun, 05 Nov 2006)
Log Message:
-----------
This error message seemed a little redundant to me. I think the actual error
stands out a bit more, now.
Modified Paths:
--------------
trunk/gtk/gtkconn.c
Modified: trunk/gtk/gtkconn.c
===================================================================
--- trunk/gtk/gtkconn.c 2006-11-06 01:11:19 UTC (rev 17678)
+++ trunk/gtk/gtkconn.c 2006-11-06 06:53:34 UTC (rev 17679)
@@ -176,9 +176,9 @@
}
p = g_strdup_printf(_("%s disconnected"), n);
- s = g_strdup_printf(_("%s was disconnected due to an error: %s\n"
+ s = g_strdup_printf(_("%s\n\n"
"Gaim will not attempt to reconnect the account until you "
- "correct the error and re-enable the account."), n, text);
+ "correct the error and re-enable the account."), text);
gaim_notify_error(NULL, NULL, p, s);
g_free(p);
g_free(s);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|