diff -r 18b1723bc957 -r f243a0b202bc share/hedgewars/Data/Maps/Control/map.lua --- a/share/hedgewars/Data/Maps/Control/map.lua Thu Nov 05 03:35:59 2015 +0100 +++ b/share/hedgewars/Data/Maps/Control/map.lua Thu Nov 05 04:29:44 2015 +0100 @@ -369,7 +369,7 @@ --AddCaption(zz) -- number of times it took to work end - ShowMission("CONTROL", + ShowMission(loc("CONTROL"), "", loc("Control pillars to score points.") .. "|" .. loc("Goal") .. ": " .. pointLimit .. " " .. loc("points"), 0, 0) @@ -418,7 +418,7 @@ end end - ShowMission("CONTROL", + ShowMission(loc("CONTROL"), loc("Team Scores") .. ":", totalComment, 0, 1600)