# HG changeset patch # User John Bailey # Date 1249143242 0 # Node ID 132f8daf4684175d6315906827fabc8b876c9445 # Parent a4459d4ff073871017d01c8ea4a1401e5e9a1a67 Better string for Yahoo error 52. Someone might want to try improving it still. diff -r a4459d4ff073 -r 132f8daf4684 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: