Mercurial > pidgin
changeset 13052:b4eba6c7f6f8
[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 <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Fri, 27 Jan 2006 15:30:28 +0000 |
parents | 7d8da9d4da49 |
children | d50c330e8089 |
files | src/gtkconn.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);