diff -r 543bc82e1e28 -r ce3860c82c8b share/hedgewars/Data/Maps/Control/map.lua --- a/share/hedgewars/Data/Maps/Control/map.lua Fri Nov 25 02:01:18 2016 +0100 +++ b/share/hedgewars/Data/Maps/Control/map.lua Fri Nov 25 02:53:42 2016 +0100 @@ -369,8 +369,8 @@ --AddCaption(zz) -- number of times it took to work end - ShowMission(loc("CONTROL"), - "", + ShowMission(loc("Control"), + loc("Domination game"), loc("Control pillars to score points.") .. "|" .. loc("Goal") .. ": " .. pointLimit .. " " .. loc("points"), 0, 0) @@ -418,8 +418,9 @@ end end - ShowMission(loc("CONTROL"), - loc("Team Scores") .. ":", + ShowMission(loc("Control"), + loc("Domination game"), + loc("Team Scores") .. ":" .. "|" .. totalComment, 0, 1600) end