From 7082751391da07480151bd204792e0fb30cd28da Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Wed, 21 Aug 2024 17:59:53 -0300 Subject: [PATCH] Duspels --- frames/window_wa.lua | 2 +- functions/deathmenu.lua | 2 +- plugins/Details_EncounterDetails/enUS.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frames/window_wa.lua b/frames/window_wa.lua index eaf52f99f..b887cada0 100644 --- a/frames/window_wa.lua +++ b/frames/window_wa.lua @@ -2710,7 +2710,7 @@ function _detalhes:OpenAuraPanel (spellid, spellname, spellicon, encounterid, tr f.AuraText:SetText("=Not Interrupted!=") aura_text_label.text = "Not Interrupted: " elseif (trigger == 42) then - f.AuraText:SetText(DetailsAuraPanel.name.text:gsub("%(d!%)", "") .. "Dispells") + f.AuraText:SetText(DetailsAuraPanel.name.text:gsub("%(d!%)", "") .. "Dispels") aura_text_label.text = "Title Text: " end end diff --git a/functions/deathmenu.lua b/functions/deathmenu.lua index 92d5ed7f2..7ad3a4403 100644 --- a/functions/deathmenu.lua +++ b/functions/deathmenu.lua @@ -120,7 +120,7 @@ detailsOnDeathMenu.breakdownButton.CoolTip = { GameCooltip2:AddLine("- Damage Taken by Spell") GameCooltip2:AddLine("- Enemy Damage Taken") GameCooltip2:AddLine("- Player Deaths") - GameCooltip2:AddLine("- Interrupts and Dispells") + GameCooltip2:AddLine("- Interrupts and Dispels") GameCooltip2:AddLine("- Damage Done Chart") GameCooltip2:AddLine("- Damage Per Phase") GameCooltip2:AddLine("- Weakauras Tool") diff --git a/plugins/Details_EncounterDetails/enUS.lua b/plugins/Details_EncounterDetails/enUS.lua index 8e0d030e9..986aef8ae 100644 --- a/plugins/Details_EncounterDetails/enUS.lua +++ b/plugins/Details_EncounterDetails/enUS.lua @@ -29,7 +29,7 @@ Loc ["STRING_ADDS"] = "Adds" Loc ["STRING_INTERRUPTS"] = "Interrupts" Loc ["STRING_INTERRUPTS_OF"] = "Interrupts of" Loc ["STRING_DISPELLS_OF"] = "dispells of" -Loc ["STRING_DISPELLS"] = "Dispells" +Loc ["STRING_DISPELLS"] = "Dispels" Loc ["STRING_DEATH_LOG"] = "Death Log" Loc ["STRING_FIGHT_SUMMARY"] = "Encounter Summary" Loc ["STRING_FIGHT_GRAPHIC"] = "Encounter Charts and Phases"