share/hedgewars/Data/Missions/Training/Basic_Training_-_Grenade.lua
branchios-revival
changeset 11244 94c0085ddac6
parent 10590 3c649bf438a3
child 12049 030464f34d47
--- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Grenade.lua	Sun Oct 25 03:14:49 2015 +0100
+++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Grenade.lua	Mon Oct 26 00:54:58 2015 +0100
@@ -134,9 +134,9 @@
 		if end_timer == 0 then
 			-- Override the 'Draw' message with the appropriate message.
 			if game_lost then
-				AddCaption("Mission lost!", 0xffba00ff,capgrpGameState)
+				AddCaption(loc("Mission lost!"), 0xffba00ff,capgrpGameState)
 			else
-				AddCaption("Mission won!", 0xffba00ff,capgrpGameState)
+				AddCaption(loc("Mission won!"), 0xffba00ff,capgrpGameState)
 			end
 			-- Remove the team to end the game. Only do this once.
 			if team_death == false then