Fix in-game mission name display of Newton and the Hammock
authorWuzzy <almikes@aol.com>
Thu, 04 May 2017 13:36:04 +0200
changeset 12405 e6ec081b7fe0
parent 12404 78715ca14e08
child 12406 cd53f1bf52ff
Fix in-game mission name display of Newton and the Hammock
share/hedgewars/Data/Missions/Scenario/User_Mission_-_Newton_and_the_Hammock.lua
--- a/share/hedgewars/Data/Missions/Scenario/User_Mission_-_Newton_and_the_Hammock.lua	Thu May 04 13:33:05 2017 +0200
+++ b/share/hedgewars/Data/Missions/Scenario/User_Mission_-_Newton_and_the_Hammock.lua	Thu May 04 13:36:04 2017 +0200
@@ -126,9 +126,9 @@
 function onGearDelete(gear)
 
 	if (gear == enemy) and (failed == false) then
-		ShowMission(loc("Newton's Hammock"), loc("MISSION SUCCESSFUL"), loc("Congratulations!"), 0, 0)
+		ShowMission(loc("Newton and the Hammock"), loc("MISSION SUCCESSFUL"), loc("Congratulations!"), 0, 0)
 	elseif gear == player then
-		ShowMission(loc("Newton's Hammock"), loc("MISSION FAILED"), loc("Oh no! Just try again!"), -amSkip, 0)
+		ShowMission(loc("Newton and the Hammock"), loc("MISSION FAILED"), loc("Oh no! Just try again!"), -amSkip, 0)
 	end
 
 end