From 7fed4f2d94817bb4c6d0a3bff665a5cae0ce8ff3 Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Sat, 3 Oct 2009 11:29:03 +0000 Subject: What's a weapo? --- src/cgame/cg_servercmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c index a6dc1967..aba89b8a 100644 --- a/src/cgame/cg_servercmds.c +++ b/src/cgame/cg_servercmds.c @@ -717,7 +717,7 @@ void CG_Menu( int menu, int arg ) case MN_H_ARMOURYBUILDTIMER: longMsg = "You are not allowed to buy or sell weapons until your " "build timer has expired."; - shortMsg = "You can not buy or sell weapos until your build timer " + shortMsg = "You can not buy or sell weapons until your build timer " "expires"; type = DT_ARMOURYEVOLVE; break; -- cgit