HedgeEditor: Add missing Left click help texts
authorWuzzy <almikes@aol.com>
Wed, 20 Apr 2016 20:13:03 +0200
changeset 12034 6ef8e01bd01c
parent 12033 cbd9c1d41e06
child 12035 44adf110f73b
HedgeEditor: Add missing Left click help texts
share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua	Wed Apr 20 19:04:22 2016 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua	Wed Apr 20 20:13:03 2016 +0200
@@ -2746,6 +2746,7 @@
 		ShowMission	(
 				loc("SPRITE MODIFICATION MODE"),
 				loc("Use to select, modify, or delete girders, rubbers, or sprites."),
+				loc("Modify Sprite under Cursor: [Left Click]") .. "|" ..
 				loc("Change modification mode: [Left], [Right]") .."|"..
 				loc("While in modification mode, you can change|the LandFlag by clicking on an object.") .. "|" ..
 				" " .. "|" ..
@@ -2766,8 +2767,9 @@
 		ShowMission	(
 				loc("SPRITE PLACEMENT MODE"),
 				loc("Use this mode to place custom sprites."),
-				loc("Change sprite: [Left], [Right]") .. "|" ..
-				loc("Change sprite frame: [Precise]+[Left], [Precise]+[Right]") .. "|" ..
+				loc("Place Sprite: [Left Click]") .. "|" ..
+				loc("Change Sprite: [Left], [Right]") .. "|" ..
+				loc("Change Sprite Frame: [Precise]+[Left], [Precise]+[Right]") .. "|" ..
 				" " .. "|" ..
 				loc("Normal Land: [1]") .. "|" ..
 				loc("Indestructible Land: [2]") .. "|" ..