# HG changeset patch # User Wuzzy # Date 1493897764 -7200 # Node ID e6ec081b7fe0ecdeb5fc92f784de85508ab3f072 # Parent 78715ca14e08d7caf040638337cd1ca929d6035c Fix in-game mission name display of Newton and the Hammock diff -r 78715ca14e08 -r e6ec081b7fe0 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