From 7df898c88ed45073671ecf1cafdd367f3a17f1e5 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 8 Jan 2010 03:27:18 +0000 Subject: [PATCH] - Fixed: Two Strife pickup messages were off by one character each. SVN r2107 (trunk) --- wadsrc/static/language.enu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wadsrc/static/language.enu b/wadsrc/static/language.enu index a6f2ecd8a..16ae72997 100644 --- a/wadsrc/static/language.enu +++ b/wadsrc/static/language.enu @@ -1099,7 +1099,7 @@ TXT_FTHROWERPARTS = "You picked up the flame thrower parts."; TXT_REPORT = "You picked up the report."; TXT_INFO = "You picked up the info."; TXT_TARGETER = "You picked up the Targeter."; -TXT_COMMUNICATOR = "You picked up the Communicator"; +TXT_COMMUNICATOR = "You picked up the Communicator."; TXT_COIN = "You picked up the coin."; TXT_XGOLD = "You picked up %d gold."; TXT_BEACON = "You picked up the Teleporter Beacon."; @@ -1147,7 +1147,7 @@ TXT_NEWKEY5 = "You picked up the New Key5."; TXT_ORACLEPASS = "You picked up the Oracle Pass."; TXT_HEGRENADES = "You picked up the HE-Grenade Rounds."; -TXT_PHGRENADES = "You picked up the Phoshorus-Grenade Rounds."; +TXT_PHGRENADES = "You picked up the Phosphorus-Grenade Rounds."; TXT_CLIPOFBULLETS = "You picked up the clip of bullets."; TXT_BOXOFBULLETS = "You picked up the box of bullets."; TXT_MINIMISSILES = "You picked up the mini missiles.";