Mercurial > pidgin
diff src/protocols/msn/switchboard.c @ 10280:b4dc55d994bf
[gaim-migrate @ 11441]
"i18n76-head.patch (head branch):
- fixed a typo in src/protocols/msn/switchboard.c " -- Bjoern Voigt
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Tue, 30 Nov 2004 02:05:44 +0000 |
| parents | a66cf83552dc |
| children | f776e117c17b |
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.c Mon Nov 29 13:19:56 2004 +0000 +++ b/src/protocols/msn/switchboard.c Tue Nov 30 02:05:44 2004 +0000 @@ -488,7 +488,7 @@ str_reason = _("Message could not be sent because a connection error occured"); break; default: - str_reason = _("Message could not be sent for an unkwnown reason"); + str_reason = _("Message could not be sent for an unknown reason"); break; }
