diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 54477662..e759eaba 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -2083,6 +2083,6 @@ typedef enum DT_INTERACTIVE, // team, class, armoury DT_ARMOURYEVOLVE, // Insufficient funds et al DT_BUILD, // build errors - DT_COMMAND, // You must be living/human/spec etc. + DT_COMMAND, // You must be alive/human/spec/etc. } dialogType_t; |