Mercurial > pidgin
changeset 27490:bd8b78d9573c
Don't break string freeze.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 13 Jul 2009 05:24:33 +0000 |
parents | 708c7edba73b |
children | a350c546f5a5 |
files | libpurple/protocols/yahoo/libymsg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.c Sun Jul 12 18:47:57 2009 +0000 +++ b/libpurple/protocols/yahoo/libymsg.c Mon Jul 13 05:24:33 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; }