diff options
Diffstat (limited to 'src')
-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; |