Mercurial > pidgin.yaz
changeset 13128:8adf78fc630c
[gaim-migrate @ 15490]
The old message was a little misleading and scary
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 05 Feb 2006 22:31:48 +0000 |
parents | 752487ec185c |
children | d0ae6489a0fb |
files | src/gtkconn.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconn.c Sun Feb 05 22:31:00 2006 +0000 +++ b/src/gtkconn.c Sun Feb 05 22:31:48 2006 +0000 @@ -189,8 +189,9 @@ } p = g_strdup_printf(_("%s disconnected"), n); - 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); + s = g_strdup_printf(_("%s was disconnected due to an error: %s\n" + "Gaim will not attempt to reconnect the account until you " + "correct the error and reenable the account."), n, text); gaim_notify_error(NULL, NULL, p, s); g_free(p); g_free(s);