Better string for Yahoo error 52. Someone might want to try improving it still. cpw.darkrain42.2.6.1

Sat, 01 Aug 2009 16:14:02 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Sat, 01 Aug 2009 16:14:02 +0000
branch
cpw.darkrain42.2.6.1
changeset 28057
132f8daf4684
parent 28056
a4459d4ff073
child 28058
52eb7bf6e375

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:

mercurial