comparison libpurple/protocols/yahoo/libymsg.c @ 28315:248e47560a4a

Whitespace after '.' in a string.
author Paul Aurich <paul@darkrain42.org>
date Sat, 18 Jul 2009 19:12:14 +0000
parents 975e213733e8
children 776a9b5bd50c
comparison
equal deleted inserted replaced
28314:975e213733e8 28315:248e47560a4a
2073 msg = g_strdup(_("Invalid username or password")); 2073 msg = g_strdup(_("Invalid username or password"));
2074 reason = PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED; 2074 reason = PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED;
2075 break; 2075 break;
2076 case 14: 2076 case 14:
2077 msg = g_strdup(_("Your account has been locked due to too many failed login attempts." 2077 msg = g_strdup(_("Your account has been locked due to too many failed login attempts."
2078 "Please try logging into the Yahoo! website.")); 2078 " Please try logging into the Yahoo! website."));
2079 reason = PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED; 2079 reason = PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED;
2080 break; 2080 break;
2081 case 1013: 2081 case 1013:
2082 msg = g_strdup(_("Error 1013: The username you have entered is invalid." 2082 msg = g_strdup(_("Error 1013: The username you have entered is invalid."
2083 " The most common cause of this error is entering your e-mail" 2083 " The most common cause of this error is entering your e-mail"