diff libpurple/protocols/yahoo/libymsg.c @ 28121:c499a1e8ceff

Unbreak the string freeze.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 01 Aug 2009 15:32:38 +0000
parents 931bb24c28ab
children b6a9e2079d50 a8b61c00ceda
line wrap: on
line diff
--- 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"));