Skip to content

Commit 911fe9b

Browse files
committed
rename animation label
1 parent b78b165 commit 911fe9b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Core/GUI.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,8 +782,7 @@ local function CreateGlobalSettings(parentContainer)
782782
globalSettingsContainer:AddChild(AnimationContainer)
783783

784784
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")
785+
smoothBarsCheckbox:SetLabel("Smooth Bar Animation - Applies to |cFF8080FFCast Bar|r, |cFF8080FFPower Bar|r and |cFF8080FFSecondary Power Bar|r.")
787786
smoothBarsCheckbox:SetValue(GeneralDB.Animation and GeneralDB.Animation.SmoothBars or false)
788787
smoothBarsCheckbox:SetCallback("OnValueChanged", function(self, _, value)
789788
if not GeneralDB.Animation then GeneralDB.Animation = {} end

0 commit comments

Comments
 (0)