From cb7bc7e66c430496b23e3b32e78ec578565adfae Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 12 May 2013 18:41:44 +0000 Subject: [PATCH] - Fixed: TAG_MINEKEY still contained the underscore character. SVN r4259 (trunk) --- wadsrc/static/language.enu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/language.enu b/wadsrc/static/language.enu index c719e9ba3..1387bd6ff 100644 --- a/wadsrc/static/language.enu +++ b/wadsrc/static/language.enu @@ -998,7 +998,7 @@ TAG_SECURITYKEY = "Security Key"; TAG_COREKEY = "Core Key"; // "New_Key1" in the Teaser TAG_MAULERKEY = "Mauler Key"; // "New_Key2" in the Teaser TAG_FACTORYKEY = "Factory Key"; // "New_Key3" in the Teaser -TAG_MINEKEY = "Mine_Key"; // "New_Key4" in the Teaser +TAG_MINEKEY = "Mine Key"; // "New_Key4" in the Teaser TAG_NEWKEY5 = "New Key5"; TAG_ORACLEPASS = "Oracle Pass";