diff -r 35af3d1ccdfc -r cf49fac6e88a share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua --- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua Sat Dec 08 19:20:57 2018 +0100 +++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua Sat Dec 08 21:43:13 2018 +0100 @@ -199,7 +199,7 @@ if INTERFACE == "desktop" then ctrl = loc("Open ammo menu: [Right click]") elseif INTERFACE == "touch" then - ctrl = loc("Open ammo menu: Tap the [suitcase]") + ctrl = loc("Open ammo menu: Tap the [Suitcase]") end ShowMission(loc("Basic Rope Training"), loc("Select Rope"), loc("Select the rope to begin!").."|".. @@ -224,7 +224,7 @@ loc("Attack: [Space]") elseif INTERFACE == "touch" then ctrl = loc("Aim: [Up]/[Down]").."|".. - loc("Attack: Tap the [bomb]") + loc("Attack: Tap the [Bomb]") end ShowMission(loc("Basic Rope Training"), loc("Getting Started"), loc("You can use the rope to reach new places.").."|".. @@ -386,7 +386,7 @@ loc("Attack: [Space]") elseif INTERFACE == "touch" then ctrl = loc("Aim: [Up]/[Down]").."|".. - loc("Attack: Tap the [bomb]") + loc("Attack: Tap the [Bomb]") end ShowMission(loc("Basic Rope Training"), loc("How to Rope"), loc("Go to the target.").."|"..