# HG changeset patch # User Luke Schierer # Date 1101780344 0 # Node ID b4dc55d994bfb771afa4d4e04d70cf4db8a459f0 # Parent f9ff0882e247da96ba2a1dbf837cf4db638f6407 [gaim-migrate @ 11441] "i18n76-head.patch (head branch): - fixed a typo in src/protocols/msn/switchboard.c " -- Bjoern Voigt committer: Tailor Script diff -r f9ff0882e247 -r b4dc55d994bf src/protocols/msn/switchboard.c --- 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; }