diff -r 35af3d1ccdfc -r cf49fac6e88a share/hedgewars/Data/Missions/Training/Basic_Training_-_Bazooka.lua --- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Bazooka.lua Sat Dec 08 19:20:57 2018 +0100 +++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Bazooka.lua Sat Dec 08 21:43:13 2018 +0100 @@ -137,7 +137,7 @@ ctrl = loc("Open ammo menu: [Right click]").."|".. loc("Select weapon: [Left 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 Bazooka Training"), loc("Select Weapon"), loc("To begin with the training, select the bazooka from the ammo menu!").."|".. ctrl, 2, 5000) @@ -147,7 +147,7 @@ loc("Aim: [Up]/[Down]").."|".. loc("Walk: [Left]/[Right]") elseif INTERFACE == "touch" then - ctrl = loc("Attack: Tap the [bomb]").."|".. + ctrl = loc("Attack: Tap the [Bomb]").."|".. loc("Aim: [Up]/[Down]").."|".. loc("Walk: [Left]/[Right]") end