diff --git a/gui/FloatingCombatTextConfigPanel.lua b/gui/FloatingCombatTextConfigPanel.lua index 0fe2770..e6a0ac9 100644 --- a/gui/FloatingCombatTextConfigPanel.lua +++ b/gui/FloatingCombatTextConfigPanel.lua @@ -326,7 +326,7 @@ function addon:CreateFloatingCombatTextOptions() floatingCombatTextCombatHealingAbsorbSelf = { type = "toggle", name = SHOW_COMBAT_HEALING_ABSORB_SELF .. " " .. "(Self)", - desc = OPTION_TOOLTIP_COMBAT_TEXT_SHOW_COMBAT_STATE, + desc = OPTION_TOOLTIP_SHOW_COMBAT_HEALING_ABSORB_SELF, get = function() return C_CVar.GetCVarBool("floatingCombatTextCombatHealingAbsorbSelf") end,