# HG changeset patch # User Mark Doliner # Date 1162796014 0 # Node ID 18d1c7cbb3524c01ba94f3dcaf70f4ffb9cbfe24 # Parent 1bd0456fe1c326b12800d38fb66d17068999c694 [gaim-migrate @ 17679] This error message seemed a little redundant to me. I think the actual error stands out a bit more, now. committer: Tailor Script diff -r 1bd0456fe1c3 -r 18d1c7cbb352 gtk/gtkconn.c --- a/gtk/gtkconn.c Mon Nov 06 01:11:19 2006 +0000 +++ b/gtk/gtkconn.c Mon Nov 06 06:53:34 2006 +0000 @@ -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);