HedgeEditor: Add loc() to some forgotten strings, minor cleanup
authorWuzzy <almikes@aol.com>
Sat, 09 Apr 2016 08:29:22 +0200
changeset 11999 2193619b6b13
parent 11998 7d8dcac2eae1
child 12000 132ffe52d943
HedgeEditor: Add loc() to some forgotten strings, minor cleanup
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") .. "|" ..