comparison libpurple/protocols/msn/switchboard.c @ 18094:8502b0b42436

Replace "wer" with "were" Fixes #1677
author Richard Laager <rlaager@wiktel.com>
date Thu, 14 Jun 2007 15:29:53 +0000
parents 83f10ac192d9
children d9d9283680a4 69febfa6d307 ff69c2a9ccf2
comparison
equal deleted inserted replaced
18093:c0a09c56d0c5 18094:8502b0b42436
420 str_reason = _("Message could not be sent " 420 str_reason = _("Message could not be sent "
421 "because we are sending too quickly:"); 421 "because we are sending too quickly:");
422 break; 422 break;
423 case MSN_SB_ERROR_AUTHFAILED: 423 case MSN_SB_ERROR_AUTHFAILED:
424 str_reason = _("Message could not be sent " 424 str_reason = _("Message could not be sent "
425 "because we wer unable to establish a " 425 "because we were unable to establish a "
426 "session with the server. This is " 426 "session with the server. This is "
427 "likely a server problem, try again in " 427 "likely a server problem, try again in "
428 "a few minutes:"); 428 "a few minutes:");
429 break; 429 break;
430 default: 430 default: