diff -r e9d2efe5763b -r b9cc405541c1 share/hedgewars/Data/Scripts/TargetPractice.lua --- a/share/hedgewars/Data/Scripts/TargetPractice.lua Sun May 14 19:08:57 2017 +0200 +++ b/share/hedgewars/Data/Scripts/TargetPractice.lua Tue May 16 21:37:46 2017 +0200 @@ -222,7 +222,7 @@ if GetGearType(gear) == gtHedgehog then if not game_lost then game_lost = true - AddCaption(loc("You lose!", 0xFFFFFFFF, capgrpGameState)) + AddCaption(loc("You lose!"), 0xFFFFFFFF, capgrpGameState) ShowMission(params.missionTitle, loc("Aiming practice"), loc("Oh no! You failed! Just try again."), -amSkip, 0) SetHealth(player, 0)