share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua
changeset 14388 cf49fac6e88a
parent 14383 cea19d3342c8
child 14401 6c21bd8547dd
--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua	Sat Dec 08 19:20:57 2018 +0100
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua	Sat Dec 08 21:43:13 2018 +0100
@@ -156,9 +156,9 @@
     ctrlMissionPanel = loc("Hint: Pause the game to review the mission texts.")
     ctrlAttack = loc("Attack: Tap the [Bomb]")
 else
-    ctrlJump = loc("Long Jump: Enter")
+    ctrlJump = loc("Long Jump: [Enter]")
     ctrlMissionPanel = loc("Hint: Hold down [M] to review the mission texts.")
-    ctrlAttack = loc("Attack: Space")
+    ctrlAttack = loc("Attack: [Space]")
 end
 
 goals = {
@@ -777,7 +777,7 @@
     -- FIXME: Precise key is not available in Touch
     msgSkip = ""
   else
-    msgSkip = "|" .. loc("Hint: Animations can be skipped with the [Precise] key.")
+    msgSkip = "|" .. loc("Hint: Cinematics can be skipped with the [Precise] key.")
   end
   ShowMission(loc("A Classic Fairytale"), loc("First Blood"), loc("Finish your training.") .. msgSkip, -amSkip, 0)
   HideHog(cannibal)