File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ function addon:CreateFloatingCombatTextOptions()
8989 },
9090 floatingCombatTextCombatLogPeriodicSpells = {
9191 type = " toggle" ,
92- name = LOG_PERIODIC_EFFECTS ,
92+ name = LOG_PERIODIC_EFFECTS_TEXT or LOG_PERIODIC_EFFECTS ,
9393 desc = OPTION_TOOLTIP_LOG_PERIODIC_EFFECTS ,
9494 get = function ()
9595 return C_CVar .GetCVarBool (" floatingCombatTextCombatLogPeriodicSpells" )
@@ -102,7 +102,7 @@ function addon:CreateFloatingCombatTextOptions()
102102 },
103103 floatingCombatTextPetMeleeDamage = {
104104 type = " toggle" ,
105- name = SHOW_PET_MELEE_DAMAGE ,
105+ name = SHOW_PET_MELEE_DAMAGE_TEXT or SHOW_PET_MELEE_DAMAGE ,
106106 desc = OPTION_TOOLTIP_SHOW_PET_MELEE_DAMAGE ,
107107 get = function ()
108108 return C_CVar .GetCVarBool (" floatingCombatTextPetMeleeDamage" )
@@ -129,7 +129,7 @@ function addon:CreateFloatingCombatTextOptions()
129129 },
130130 floatingCombatTextCombatHealing = {
131131 type = " toggle" ,
132- name = SHOW_COMBAT_HEALING ,
132+ name = SHOW_COMBAT_HEALING_TEXT or SHOW_COMBAT_HEALING ,
133133 desc = OPTION_TOOLTIP_SHOW_COMBAT_HEALING ,
134134 get = function ()
135135 return C_CVar .GetCVarBool (" floatingCombatTextCombatHealing" )
You can’t perform that action at this time.
0 commit comments