comparison libpurple/protocols/yahoo/libymsg.c @ 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 0af4b1fb0566
comparison
equal deleted inserted replaced
28325:b55e1786d131 28326:0ab7b436a563
2084 reason = PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED; 2084 reason = PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED;
2085 break; 2085 break;
2086 case 52: 2086 case 52:
2087 /* See #9660. As much as we know, reconnecting shouldn't hurt */ 2087 /* See #9660. As much as we know, reconnecting shouldn't hurt */
2088 purple_debug_info("yahoo", "Got error 52, Set to autoreconnect\n"); 2088 purple_debug_info("yahoo", "Got error 52, Set to autoreconnect\n");
2089 msg = g_strdup_printf(_("Unknown error")); 2089 msg = g_strdup_printf(_("Unknown error 52. Reconnecting should fix this."));
2090 reason = PURPLE_CONNECTION_ERROR_NETWORK_ERROR; 2090 reason = PURPLE_CONNECTION_ERROR_NETWORK_ERROR;
2091 break; 2091 break;
2092 case 1013: 2092 case 1013:
2093 msg = g_strdup(_("Error 1013: The username you have entered is invalid." 2093 msg = g_strdup(_("Error 1013: The username you have entered is invalid."
2094 " The most common cause of this error is entering your e-mail" 2094 " The most common cause of this error is entering your e-mail"