changeset 28326:0ab7b436a563

Better string for Yahoo error 52. Someone might want to try improving it still.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 01 Aug 2009 16:14:02 +0000
parents b55e1786d131
children b6a1ade72555
files libpurple/protocols/yahoo/libymsg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: