Sat, 01 Aug 2009 16:14:02 +0000
Better string for Yahoo error 52. Someone might want to try improving it still.
| libpurple/protocols/yahoo/libymsg.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/protocols/yahoo/libymsg.c Sat Aug 01 16:11:30 2009 +0000 +++ b/libpurple/protocols/yahoo/libymsg.c Sat Aug 01 16:14:02 2009 +0000 @@ -2086,7 +2086,7 @@ case 52: /* See #9660. As much as we know, reconnecting shouldn't hurt */ purple_debug_info("yahoo", "Got error 52, Set to autoreconnect\n"); - msg = g_strdup_printf(_("Unknown error")); + msg = g_strdup_printf(_("Unknown error 52. Reconnecting should fix this.")); reason = PURPLE_CONNECTION_ERROR_NETWORK_ERROR; break; case 1013: