# HG changeset patch # User John Bailey # Date 1249140758 0 # Node ID c499a1e8ceff14102ec891b31b7ce5c774fa23b4 # Parent 931bb24c28abac2769751d8022976b8dd0213e22 Unbreak the string freeze. diff -r 931bb24c28ab -r c499a1e8ceff libpurple/protocols/yahoo/libymsg.c --- a/libpurple/protocols/yahoo/libymsg.c Sat Aug 01 08:50:19 2009 +0000 +++ b/libpurple/protocols/yahoo/libymsg.c Sat Aug 01 15:32:38 2009 +0000 @@ -2085,9 +2085,9 @@ break; case 52: /* See #9660. As much as we know, reconnecting shouldn't hurt */ - purple_debug_info("yahoo","Got error 52, Set to autoreconnect\n"); + purple_debug_info("yahoo", "Got error 52, Set to autoreconnect\n"); reconnect = TRUE; - msg = g_strdup_printf(_("Unknown error number 52. Reconnecting...")); + msg = g_strdup_printf(_("Unknown error")); break; case 1013: msg = g_strdup(_("Invalid username"));