share/hedgewars/Data/Maps/Basketball/map.lua
changeset 12077 ce3860c82c8b
parent 11198 cc308446f90d
child 12079 8f222872d432
--- 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