Mercurial > pidgin
changeset 14907:18d1c7cbb352
[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 <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 06 Nov 2006 06:53:34 +0000 |
parents | 1bd0456fe1c3 |
children | fd321da41de4 |
files | gtk/gtkconn.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);