Rope training: Fix confused order of retract/extend controls
authorWuzzy <Wuzzy2@mail.ru>
Wed, 07 Mar 2018 18:27:14 +0100
changeset 13094 ffa5cdc75826
parent 13093 403dbadfc8fb
child 13095 4118006fab95
Rope training: Fix confused order of retract/extend controls
share/hedgewars/Data/Locale/de.lua
share/hedgewars/Data/Locale/stub.lua
share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua
--- a/share/hedgewars/Data/Locale/de.lua	Wed Mar 07 18:24:17 2018 +0100
+++ b/share/hedgewars/Data/Locale/de.lua	Wed Mar 07 18:27:14 2018 +0100
@@ -634,7 +634,7 @@
 ["Experienced beginner"]="Erfahrener Anfänger",
 ["Explore the tunnel with the other hedgehogs and search for the device"]="Erforsche den Tunnel mit den anderen Igeln und such nach dem Gerät.",
 ["Exploring the tunnel"]="Höhlenforscher",
-["Extend/Retract rope: [Up]/[Down]"] = "Seil ausfahren/einziehen: [Hoch]/[Runter]", -- Basic_Training_-_Rope
+["Retract/Extend rope: [Up]/[Down]"] = "Seil einziehen/ausfahren: [Hoch]/[Runter]", -- Basic_Training_-_Rope
 ["Eye Chewer"]="Augenkauer",
 ["Fair Wind"] = "Steife Brise", -- 
 ["Fall Damage"] = "Fallschaden", -- Basic_Training_-_Movement
--- a/share/hedgewars/Data/Locale/stub.lua	Wed Mar 07 18:24:17 2018 +0100
+++ b/share/hedgewars/Data/Locale/stub.lua	Wed Mar 07 18:27:14 2018 +0100
@@ -578,7 +578,7 @@
 --      ["Experienced beginner"] = "", -- User_Mission_-_RCPlane_Challenge
 --      ["Explore the tunnel with the other hedgehogs and search for the device"] = "", -- A_Space_Adventure:fruit02
 --      ["Exploring the tunnel"] = "", -- A_Space_Adventure:fruit02
---      ["Extend/Retract rope: [Up]/[Down]"] = "", -- Basic_Training_-_Rope
+--      ["Retract/Extend rope: [Up]/[Down]"] = "", -- Basic_Training_-_Rope
 --      ["Eye Chewer"] = "", -- A_Classic_Fairytale:journey
 --      ["Fair Wind"] = "", -- 
 --      ["Fall Damage"] = "", -- Basic_Training_-_Movement
--- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua	Wed Mar 07 18:24:17 2018 +0100
+++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua	Wed Mar 07 18:27:14 2018 +0100
@@ -225,7 +225,7 @@
 			ShowMission(loc("Basic Rope Training"), loc("How to Rope"),
 			loc("Great!").."|"..
 			loc("Use the rope to get to the target!").."|"..
-			loc("Extend/Retract rope: [Up]/[Down]").."|"..
+			loc("Retract/Extend rope: [Up]/[Down]").."|"..
 			loc("Swing: [Left]/[Right]").."|"..
 			loc("Release rope: [Attack]"), 2, 15000)
 			ropeAttached = true