diff -r ce5f1b547a67 -r 6e1aa1144a2b share/hedgewars/Data/Missions/Training/User_Mission_-_That_Sinking_Feeling.lua --- a/share/hedgewars/Data/Missions/Training/User_Mission_-_That_Sinking_Feeling.lua Fri Oct 30 23:06:25 2015 +0100 +++ b/share/hedgewars/Data/Missions/Training/User_Mission_-_That_Sinking_Feeling.lua Sat Oct 31 04:03:17 2015 +0100 @@ -216,10 +216,10 @@ if (waterPix >= 1615) and (GameOver == false) then GameOver = true - AddCaption("The flood has stopped! Challenge over.") + AddCaption(loc("The flood has stopped! Challenge over.")) SendStat(siGameResult, loc("Challenge completed!")) SendStat(siPlayerKills, tostring(hhCount), loc("Nameless Heroes")) - SendStat(siPointType, "rescues") + SendStat(siPointType, loc("rescues")) -- Do not count drowning hedgehogs local hhLeft = hhCount @@ -283,7 +283,7 @@ SendStat(siCustomAchievement, loc("You haven't rescued anyone.")) end SendStat(siPlayerKills, "0", loc("Nameless Heroes")) - SendStat(siPointType, "points") + SendStat(siPointType, loc("points")) SendStat(siGameResult, loc("Disqualified!")) GameOver = true