share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua
changeset 14388 cf49fac6e88a
parent 14382 f9d4b8222903
child 14454 fd34b9037c69
--- 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.").."|"..