diff -r 543bc82e1e28 -r ce3860c82c8b share/hedgewars/Data/Maps/Basketball/map.lua --- a/share/hedgewars/Data/Maps/Basketball/map.lua Fri Nov 25 02:01:18 2016 +0100 +++ b/share/hedgewars/Data/Maps/Basketball/map.lua Fri Nov 25 02:53:42 2016 +0100 @@ -18,7 +18,7 @@ end function onGameStart() - ShowMission(loc("Hedgewars-Basketball"), loc("Not So Friendly Match"), loc("Bat your opponents through the|baskets and out of the map!"), -amBaseballBat, 0) + ShowMission(loc("Basketball"), loc("Not So Friendly Match"), loc("Bat your opponents through the|baskets and out of the map!"), -amBaseballBat, 0) started = true end @@ -50,7 +50,7 @@ end s = s .. " " .. score[0] for i = 1, ClansCount - 1 do s = s .. " - " .. score[i] end - ShowMission(loc("Hedgewars-Basketball"), loc("Not So Friendly Match"), s, -amBaseballBat, 0) + ShowMission(loc("Basketball"), loc("Not So Friendly Match"), s, -amBaseballBat, 0) end end end