HedgeEditor: Tweak caption colors of help captions
authorWuzzy <Wuzzy2@mail.ru>
Tue, 07 Jan 2020 15:17:22 +0100
changeset 15539 d8326878e933
parent 15538 c2445fcd1d38
child 15540 479911540e17
HedgeEditor: Tweak caption colors of help captions
share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua	Tue Jan 07 15:16:44 2020 +0100
+++ b/share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua	Tue Jan 07 15:17:22 2020 +0100
@@ -3117,9 +3117,9 @@
 	elseif (preciseOn == true) and (s == 1) then
 		helpDisabled = not(helpDisabled)
 		if helpDisabled then
-			AddCaption(loc("Help Disabled"), colorInfoMessage, capgrpVolume)
+			AddCaption(loc("Help Disabled"), capcolSetting, capgrpVolume)
 		else
-			AddCaption(loc("Help Enabled"), colorInfoMessage, capgrpVolume)
+			AddCaption(loc("Help Enabled"), capcolSetting, capgrpVolume)
 		end
 		updateHelp()
 	elseif (cat[cIndex] == loc("Sprite Placement Mode")) or (cat[cIndex] == loc("Girder Placement Mode")) or (cat[cIndex] == loc("Rubber Placement Mode")) or (cat[cIndex] == loc("Sprite Modification Mode")) then