# HG changeset patch # User Ethan Blanton # Date 1138375828 0 # Node ID b4eba6c7f6f811964e8d267af2a161ade357a49d # Parent 7d8da9d4da492350df73e459d140268d740549b1 [gaim-migrate @ 15413] Reformat the error dialog when a connection error occurs on a connection which wants_to_die. This still doesn't look great, but it doesn't look completely illiterate when the wrong type of phrase is inserted by the connection error. committer: Tailor Script diff -r 7d8da9d4da49 -r b4eba6c7f6f8 src/gtkconn.c --- a/src/gtkconn.c Fri Jan 27 15:21:49 2006 +0000 +++ b/src/gtkconn.c Fri Jan 27 15:30:28 2006 +0000 @@ -195,7 +195,7 @@ } p = g_strdup_printf(_("%s disconnected"), n); - s = g_strdup_printf(_("%s was disconnected due to an error. %s The account has been disabled. " + s = g_strdup_printf(_("%s was disconnected due to an error: %s\nThe account has been disabled. " "Correct the error and reenable the account to connect."), n, text); gaim_notify_error(NULL, NULL, p, s); g_free(p);