# HG changeset patch # User John Bailey # Date 1249143242 0 # Node ID 0ab7b436a56380df2bf1837b105310669c2f6600 # Parent b55e1786d13170f8e4b275f114b7754a9a54c32f Better string for Yahoo error 52. Someone might want to try improving it still. diff -r b55e1786d131 -r 0ab7b436a563 libpurple/protocols/yahoo/libymsg.c --- 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: