share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/shadow.lua
changeset 14388 cf49fac6e88a
parent 14383 cea19d3342c8
child 14401 6c21bd8547dd
equal deleted inserted replaced
14386:35af3d1ccdfc 14388:cf49fac6e88a
   146 
   146 
   147 local grenadeHint = loc("Grenade hint: Set timer with the [Timer] controls, aim with [Up]/[Down].") .. "|" ..
   147 local grenadeHint = loc("Grenade hint: Set timer with the [Timer] controls, aim with [Up]/[Down].") .. "|" ..
   148                     loc("Hold [Attack] pressed to throw with more power.")
   148                     loc("Hold [Attack] pressed to throw with more power.")
   149 if INTERFACE == "touch" then
   149 if INTERFACE == "touch" then
   150   grenadeHint = grenadeHint .. "|" ..
   150   grenadeHint = grenadeHint .. "|" ..
   151                 loc("Set timer: Tap the [Clock]") .. "|" ..
   151                 loc("Change detonation timer: Tap the [Clock]") .. "|" ..
   152                 loc("Attack: Tap the [Bomb]")
   152                 loc("Attack: Tap the [Bomb]")
   153 else
   153 else
   154   grenadeHint = grenadeHint .. "|" ..
   154   grenadeHint = grenadeHint .. "|" ..
   155                 loc("Set detonation timer: [1]-[5]") .. "|" ..
   155                 loc("Set detonation timer: [1]-[5]") .. "|" ..
   156                 loc("Attack: [Space]")
   156                 loc("Attack: [Space]")