changeset 13066 | ad75ed9a1e15 |
parent 13065 | a297e06d1607 |
child 13583 | 141cdfe0f3ca |
--- a/share/hedgewars/Data/Scripts/SpeedShoppa.lua Sat Feb 24 14:59:35 2018 +0100 +++ b/share/hedgewars/Data/Scripts/SpeedShoppa.lua Sat Feb 24 15:14:30 2018 +0100 @@ -139,7 +139,7 @@ endTime = TurnTimeLeft finalize() else - AddCaption(string.format(loc("%d crate(s) remaining"), #crates - cratesCollected)) + AddCaption(string.format(loc("Crates left: %d"), #crates - cratesCollected)) end elseif gear == playerHog then finalize()