Mercurial > pidgin
changeset 10391:38256d3e8324
[gaim-migrate @ 11619]
Aoccdrnig to rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in
waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht
the frist and lsat ltteer be at the rghit pclae. The rset can be a total
mses and you can sitll raed it wouthit a porbelm. Tihs is bcuseae the
huamn mnid deos not raed ervey lteter by istlef, but the wrod as a
wlohe.
Some people, however, prefer things to be correct.
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Thu, 16 Dec 2004 15:36:49 +0000 |
parents | de92a8da82c3 |
children | a8f9e5ce4f92 |
files | src/protocols/msn/switchboard.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.c Thu Dec 16 07:22:54 2004 +0000 +++ b/src/protocols/msn/switchboard.c Thu Dec 16 15:36:49 2004 +0000 @@ -361,7 +361,7 @@ if (error == MSN_MSG_ERROR_TIMEOUT) { str_reason = _("Message may have not been sent " - "because a time out occured:"); + "because a time out occurred:"); } else if (error == MSN_MSG_ERROR_SB) { @@ -377,19 +377,19 @@ break; case MSN_SB_ERROR_CONNECTION: str_reason = _("Message could not be sent " - "because a connection error occured:"); + "because a connection error occurred:"); break; default: str_reason = _("Message could not be sent " "because an error with " - "the switchboard occured:"); + "the switchboard occurred:"); break; } } else { str_reason = _("Message may have not been sent " - "because an unkwown error occured:"); + "because an unknown error occurred:"); } body_str = msn_message_to_string(msg);