share/hedgewars/Data/Scripts/TargetPractice.lua
changeset 12424 b9cc405541c1
parent 12224 d62d6f8ebef1
child 12425 f9cbb896967b
--- 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)