diff libpurple/protocols/yahoo/libymsg.c @ 28314:975e213733e8

Change some strings in Yahoo! for 2.6.1.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 18 Jul 2009 17:57:48 +0000
parents 0ec880685f5f
children 248e47560a4a
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.c	Sat Jul 18 17:15:20 2009 +0000
+++ b/libpurple/protocols/yahoo/libymsg.c	Sat Jul 18 17:57:48 2009 +0000
@@ -2070,15 +2070,18 @@
 		if (!purple_account_get_remember_password(account))
 			purple_account_set_password(account, NULL);
 
-		msg = g_strdup(_("Incorrect password"));
+		msg = g_strdup(_("Invalid username or password"));
 		reason = PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED;
 		break;
 	case 14:
-		msg = g_strdup(_("Your account is locked, please log in to the Yahoo! website."));
+		msg = g_strdup(_("Your account has been locked due to too many failed login attempts."
+					"Please try logging into the Yahoo! website."));
 		reason = PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED;
 		break;
 	case 1013:
-		msg = g_strdup(_("Invalid username"));
+		msg = g_strdup(_("Error 1013: The username you have entered is invalid."
+					"  The most common cause of this error is entering your e-mail"
+					" address instead of your Yahoo! ID."));
 		reason = PURPLE_CONNECTION_ERROR_INVALID_USERNAME;
 		break;
 	default: