# HG changeset patch # User Wuzzy # Date 1460183362 -7200 # Node ID 2193619b6b131c37c119abf8b8b0f8a5a4ef3a48 # Parent 7d8dcac2eae1522a4303830618a3137aa83a38a4 HedgeEditor: Add loc() to some forgotten strings, minor cleanup diff -r 7d8dcac2eae1 -r 2193619b6b13 share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua Sat Apr 09 08:19:43 2016 +0200 +++ b/share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua Sat Apr 09 08:29:22 2016 +0200 @@ -2612,7 +2612,7 @@ elseif cat[cIndex] == loc("Weapon Crate Placement Mode") then ShowMission ( - "WEAPON CRATE PLACEMENT MODE", + loc("WEAPON CRATE PLACEMENT MODE"), loc("Use this mode to place weapon crates"), loc("Place Object: [Left Click]") .. "|" .. loc("Change Content: [Left], [Right]") .. "|" .. @@ -2665,13 +2665,9 @@ ShowMission ( loc("SPRITE MODIFICATION MODE"), - "", - "Use this mode to select, modify, or delete existing girders," .. "|" .. - "rubbers, or sprites." .. "|" .. - "[Left], [Right]: Change between land-flag" .. "|" .. - "modification, and deletion modes." .. "|" .. - "While in modification mode, you can " .. "|" .. - "change land-flag by clicking on an object." .. "|" .. + loc("Use to select, modify, or delete girders, rubbers, or sprites."), + loc("Change modification mode: [Left], [Right]") .."|".. + loc("While in modification mode, you can change|the LandFlag by clicking on an object.") .. "|" .. loc("Set LandFlag: [1], [2], [3], [4]") .. "|" .. " " .. "|" .. loc("1 - Normal Land") .. "|" .. @@ -2689,7 +2685,7 @@ ShowMission ( loc("SPRITE PLACEMENT MODE"), loc("Use this mode to place custom sprites."), - loc("[Left], [Right]: Change sprite selection") .. "|" .. + loc("Change sprite: [Left], [Right]") .. "|" .. loc("Set LandFlag: [1], [2], [3], [4]") .. "|" .. " " .. "|" .. loc("1 - Normal Land") .. "|" ..