Skip to content

Commit

Permalink
Duspels
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Aug 21, 2024
1 parent 89bf3a5 commit 7082751
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frames/window_wa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion functions/deathmenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion plugins/Details_EncounterDetails/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7082751

Please sign in to comment.