We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78b165 commit 911fe9bCopy full SHA for 911fe9b
1 file changed
Core/GUI.lua
@@ -782,8 +782,7 @@ local function CreateGlobalSettings(parentContainer)
782
globalSettingsContainer:AddChild(AnimationContainer)
783
784
local smoothBarsCheckbox = AG:Create("CheckBox")
785
- smoothBarsCheckbox:SetLabel("Smooth Bar Animation")
786
- smoothBarsCheckbox:SetDescription("Enable smooth transitions for Power Bar, Secondary Power Bar, and Cast Bar")
+ smoothBarsCheckbox:SetLabel("Smooth Bar Animation - Applies to |cFF8080FFCast Bar|r, |cFF8080FFPower Bar|r and |cFF8080FFSecondary Power Bar|r.")
787
smoothBarsCheckbox:SetValue(GeneralDB.Animation and GeneralDB.Animation.SmoothBars or false)
788
smoothBarsCheckbox:SetCallback("OnValueChanged", function(self, _, value)
789
if not GeneralDB.Animation then GeneralDB.Animation = {} end
0 commit comments