# HG changeset patch # User Wuzzy # Date 1547332714 -3600 # Node ID c8436da5c58b44278fbd41c7d2c6bc28be26057b # Parent 45c6c12c12e2e853fbd1b86aa89caff7f8a500b8 Mention zoom key in movement training diff -r 45c6c12c12e2 -r c8436da5c58b share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua --- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua Sat Jan 12 23:26:33 2019 +0100 +++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua Sat Jan 12 23:38:34 2019 +0100 @@ -397,9 +397,12 @@ loc("Now try to get out of this bounce house|and take the next crate."), 2, 8000) elseif gear == crates[9] then if INTERFACE == "desktop" then - ctrl = loc("Look around: [Mouse movement]") + ctrl = loc("Look around: [Mouse movement]") .. "|" .. + loc("Zoom: [Rotate mouse wheel]") elseif INTERFACE == "touch" then - ctrl = loc("Look around: [Tap or swipe on the screen]") + ctrl = loc("Look around: [Tap or swipe on the screen]") .. "|" .. + -- multi-touch gesture + loc("Zoom: [Pinch] with 2 fingers") end ShowMission(loc("Basic Movement Training"), loc("Health"), loc("You just got yourself some extra health.|The more health your hedgehogs have, the better!").."|".. loc("Now go to the next crate.").."|"..