diff options
author | Simon Howard | 2014-12-17 11:17:23 +0100 |
---|---|---|
committer | Simon Howard | 2014-12-17 11:17:23 +0100 |
commit | cdc62c1775e294090856d30d0536d612aa30abab (patch) | |
tree | f3ff4a5763054992564e59e822cd429b28aba04a | |
parent | ad3e1a25f971bea771960bb9efee75a277e56e2c (diff) | |
parent | 0c361cc1dd6b5a4aca022404393065c07d65e584 (diff) | |
download | chocolate-doom-cdc62c1775e294090856d30d0536d612aa30abab.tar.gz chocolate-doom-cdc62c1775e294090856d30d0536d612aa30abab.tar.bz2 chocolate-doom-cdc62c1775e294090856d30d0536d612aa30abab.zip |
Merge pull request #485 from chungy/master
strife: Fix the name of MAP29, should be "Entity's Lair"
-rw-r--r-- | src/strife/d_englsh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/d_englsh.h b/src/strife/d_englsh.h index 0f78f21a..57312a89 100644 --- a/src/strife/d_englsh.h +++ b/src/strife/d_englsh.h @@ -173,7 +173,7 @@ #define HUSTR_26 "AREA 26: proving grounds" #define HUSTR_27 "AREA 27: The Lab" #define HUSTR_28 "AREA 28: Alien Ship" -#define HUSTR_29 "AREA 29: Entity" +#define HUSTR_29 "AREA 29: Entity's Lair" #define HUSTR_30 "AREA 30: Abandoned Front Base" #define HUSTR_31 "AREA 31: Training Facility" |