Mercurial > pidgin.yaz
changeset 11574:a9c4e139645f
[gaim-migrate @ 13843]
"due" to an error, not "do" to an error :)
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 28 Sep 2005 04:05:56 +0000 |
parents | e3e21a3b2975 |
children | b7d9d00a4ef9 |
files | src/gtkconn.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconn.c Wed Sep 28 04:02:35 2005 +0000 +++ b/src/gtkconn.c Wed Sep 28 04:05:56 2005 +0000 @@ -186,9 +186,9 @@ gaim_account_get_username(account), gaim_account_get_protocol_name(account)); } - + p = g_strdup_printf(_("%s could not connect"), n); - s = g_strdup_printf(_("%s was unable to connect do to an error. %s The account has been disabled. " + s = g_strdup_printf(_("%s was unable to connect due to an error. %s The account has been disabled. " "Correct the error and reenable to account to connect."), n, text); gaim_notify_error(NULL, NULL, p, s); g_free(p);