diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 11:29:03 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:02 +0000 |
commit | 7fed4f2d94817bb4c6d0a3bff665a5cae0ce8ff3 (patch) | |
tree | 46331bcfa96ab7b67c56c06d2e7d857bf4aececd | |
parent | e77fffbb142bbf692910acb4748bb58393488221 (diff) |
What's a weapo?
-rw-r--r-- | src/cgame/cg_servercmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |