- Fixed: TAG_MINEKEY still contained the underscore character.

SVN r4259 (trunk)
This commit is contained in:
Randy Heit 2013-05-12 18:41:44 +00:00
parent 363ca592b0
commit cb7bc7e66c
1 changed files with 1 additions and 1 deletions

View File

@ -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";