Mercurial > pidgin
changeset 27491:a350c546f5a5
merge of '08cad9bb29fe8faaea25ef487d9d70c2f66fd6b5'
and 'cd91a95e17c080b804ab56a9024840a03432cb7e'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 13 Jul 2009 05:28:25 +0000 |
parents | f85dc4ca31e2 (current diff) bd8b78d9573c (diff) |
children | a12574d982a1 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.c Mon Jul 13 05:26:52 2009 +0000 +++ b/libpurple/protocols/yahoo/libymsg.c Mon Jul 13 05:28:25 2009 +0000 @@ -1825,7 +1825,7 @@ break; default: /* Unknown error! */ - error_reason = g_strdup_printf(_("Unknown error: %d"), response_no); + error_reason = g_strdup_printf(_("Unknown error (%d)"), response_no); error = PURPLE_CONNECTION_ERROR_OTHER_ERROR; break; }