mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Fixed: Two Strife pickup messages were off by one character each.
SVN r2107 (trunk)
This commit is contained in:
parent
6ba548511b
commit
7df898c88e
1 changed files with 2 additions and 2 deletions
|
@ -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.";
|
||||
|
|
Loading…
Reference in a new issue