@@ -741,7 +741,7 @@ local function CreateHealPredictionSettings(containerParent, unit, updateCallbac
741741 AbsorbSettings :AddChild (AbsorbHeightSlider )
742742
743743 local AbsorbPositionDropdown = AG :Create (" Dropdown" )
744- AbsorbPositionDropdown :SetList ({[" LEFT" ] = " Left" , [" RIGHT" ] = " Right" , [" ATTACH" ] = " Attach to missing health " }, {" LEFT" , " RIGHT" , " ATTACH" })
744+ AbsorbPositionDropdown :SetList ({[" LEFT" ] = " Left" , [" RIGHT" ] = " Right" , [" ATTACH" ] = " Attach To Missing Health " }, {" LEFT" , " RIGHT" , " ATTACH" })
745745 AbsorbPositionDropdown :SetLabel (" Position" )
746746 AbsorbPositionDropdown :SetValue (HealPredictionDB .Absorbs .Position )
747747 AbsorbPositionDropdown :SetRelativeWidth (0.33 )
@@ -781,7 +781,7 @@ local function CreateHealPredictionSettings(containerParent, unit, updateCallbac
781781 HealAbsorbSettings :AddChild (HealAbsorbHeightSlider )
782782
783783 local HealAbsorbPositionDropdown = AG :Create (" Dropdown" )
784- HealAbsorbPositionDropdown :SetList ({[" LEFT" ] = " Left" , [" RIGHT" ] = " Right" , [" ATTACH" ] = " Attach to missing health " }, {" LEFT" , " RIGHT" , " ATTACH" })
784+ HealAbsorbPositionDropdown :SetList ({[" LEFT" ] = " Left" , [" RIGHT" ] = " Right" , [" ATTACH" ] = " Attach To Missing Health " }, {" LEFT" , " RIGHT" , " ATTACH" })
785785 HealAbsorbPositionDropdown :SetLabel (" Position" )
786786 HealAbsorbPositionDropdown :SetValue (HealPredictionDB .HealAbsorbs .Position )
787787 HealAbsorbPositionDropdown :SetRelativeWidth (0.33 )
0 commit comments