# HG changeset patch # User Wuzzy # Date 1520443634 -3600 # Node ID ffa5cdc75826154e75ce30a6f938dd721be44063 # Parent 403dbadfc8fbf200a67c5f9383bc19efa9d144c2 Rope training: Fix confused order of retract/extend controls diff -r 403dbadfc8fb -r ffa5cdc75826 share/hedgewars/Data/Locale/de.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 diff -r 403dbadfc8fb -r ffa5cdc75826 share/hedgewars/Data/Locale/stub.lua --- 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 diff -r 403dbadfc8fb -r ffa5cdc75826 share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua --- 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