Update of /cvsroot/gaim/gaim/src/protocols/msn
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2132/src/protocols/msn
Modified Files:
switchboard.c
Log Message:
"i18n76-head.patch (head branch):
- fixed a typo in src/protocols/msn/switchboard.c " -- Bjoern Voigt
Index: switchboard.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/msn/switchboard.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -p -r1.81 -r1.82
--- switchboard.c 23 Nov 2004 06:14:13 -0000 1.81
+++ switchboard.c 30 Nov 2004 02:05:44 -0000 1.82
@@ -488,7 +488,7 @@ msg_error_helper(MsnCmdProc *cmdproc, Ms
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;
}
|