From ecb5f1ac0d88443a0c305b1dcadff10fac6ee1f8 Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Mon, 21 Dec 2009 02:58:49 +0000 Subject: * Case correction in a couple of dialogs --- src/cgame/cg_servercmds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cgame') 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; -- cgit