comparison libpurple/protocols/yahoo/libymsg.c @ 28464:b8b90d4cf2f5

We generally don't hyphenate "email"
author Mark Doliner <mark@kingant.net>
date Fri, 28 Aug 2009 07:39:38 +0000
parents e61b10db0044
children b4cbcb427e7d c51f00627af4 fba8dd643796
comparison
equal deleted inserted replaced
28463:a85f271831c3 28464:b8b90d4cf2f5
2093 msg = g_strdup_printf(_("Unknown error 52. Reconnecting should fix this.")); 2093 msg = g_strdup_printf(_("Unknown error 52. Reconnecting should fix this."));
2094 reason = PURPLE_CONNECTION_ERROR_NETWORK_ERROR; 2094 reason = PURPLE_CONNECTION_ERROR_NETWORK_ERROR;
2095 break; 2095 break;
2096 case 1013: 2096 case 1013:
2097 msg = g_strdup(_("Error 1013: The username you have entered is invalid." 2097 msg = g_strdup(_("Error 1013: The username you have entered is invalid."
2098 " The most common cause of this error is entering your e-mail" 2098 " The most common cause of this error is entering your email"
2099 " address instead of your Yahoo! ID.")); 2099 " address instead of your Yahoo! ID."));
2100 reason = PURPLE_CONNECTION_ERROR_INVALID_USERNAME; 2100 reason = PURPLE_CONNECTION_ERROR_INVALID_USERNAME;
2101 break; 2101 break;
2102 default: 2102 default:
2103 msg = g_strdup_printf(_("Unknown error number %d. Logging into the Yahoo! website may fix this."), err); 2103 msg = g_strdup_printf(_("Unknown error number %d. Logging into the Yahoo! website may fix this."), err);