Mercurial > pidgin
changeset 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 | f9ff0882e247 |
| children | f1a4e59711f4 |
| files | src/protocols/msn/switchboard.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }
