# HG changeset patch # User John Bailey # Date 1247939868 0 # Node ID 975e213733e8eca85699156cf5186d396bab2746 # Parent 8d413ce87e7ed71a4751b50b1b5b435f01b606fd Change some strings in Yahoo! for 2.6.1. diff -r 8d413ce87e7e -r 975e213733e8 libpurple/protocols/yahoo/libymsg.c --- 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: