From d41de532c544b044d4082e8a1fc2234b92d43f1a Mon Sep 17 00:00:00 2001 From: craz Date: Mon, 17 Nov 2025 13:22:42 +0100 Subject: [PATCH] Fix wrong tooltip description for floating combat text self absorbs --- gui/FloatingCombatTextConfigPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,