diff -r 1e55e4c5dda0 -r 94c0085ddac6 share/hedgewars/Data/Missions/Training/Basic_Training_-_Grenade.lua --- 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