summaryrefslogtreecommitdiff
path: root/src/cgame
diff options
context:
space:
mode:
authorBen Millwood <thebenmachine@gmail.com>2009-12-21 02:58:49 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:24 +0000
commitecb5f1ac0d88443a0c305b1dcadff10fac6ee1f8 (patch)
treeec194d7043e249358be0b9d151e9379de679c580 /src/cgame
parentcc64458ad245d85e06859e6cd0fd3d4290692ad9 (diff)
* Case correction in a couple of dialogs
Diffstat (limited to 'src/cgame')
-rw-r--r--src/cgame/cg_servercmds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cgame/cg_servercmds.c b/src/cgame/cg_servercmds.c
index 02373004..7af79e9c 100644
--- a/src/cgame/cg_servercmds.c
+++ b/src/cgame/cg_servercmds.c
@@ -807,8 +807,8 @@ void CG_Menu( int menu, int arg )
break;
case MN_A_EVOLVEBUILDTIMER:
- longMsg = "You cannot Evolve until your build timer has expired.";
- shortMsg = "You cannot Evolve until your build timer expires";
+ longMsg = "You cannot evolve until your build timer has expired.";
+ shortMsg = "You cannot evolve until your build timer expires";
type = DT_ARMOURYEVOLVE;
break;