This commit is contained in:
Tercio Jose
2024-08-21 17:59:53 -03:00
committed by andrew6180
parent 95096af849
commit 5e5f24d218
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2710,7 +2710,7 @@ function _detalhes:OpenAuraPanel (spellid, spellname, spellicon, encounterid, tr
f.AuraText:SetText("=Not Interrupted!=") f.AuraText:SetText("=Not Interrupted!=")
aura_text_label.text = "Not Interrupted: " aura_text_label.text = "Not Interrupted: "
elseif (trigger == 42) then 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: " aura_text_label.text = "Title Text: "
end end
end end
+1 -1
View File
@@ -120,7 +120,7 @@ detailsOnDeathMenu.breakdownButton.CoolTip = {
GameCooltip2:AddLine("- Damage Taken by Spell") GameCooltip2:AddLine("- Damage Taken by Spell")
GameCooltip2:AddLine("- Enemy Damage Taken") GameCooltip2:AddLine("- Enemy Damage Taken")
GameCooltip2:AddLine("- Player Deaths") GameCooltip2:AddLine("- Player Deaths")
GameCooltip2:AddLine("- Interrupts and Dispells") GameCooltip2:AddLine("- Interrupts and Dispels")
GameCooltip2:AddLine("- Damage Done Chart") GameCooltip2:AddLine("- Damage Done Chart")
GameCooltip2:AddLine("- Damage Per Phase") GameCooltip2:AddLine("- Damage Per Phase")
GameCooltip2:AddLine("- Weakauras Tool") GameCooltip2:AddLine("- Weakauras Tool")
+1 -1
View File
@@ -29,7 +29,7 @@ Loc ["STRING_ADDS"] = "Adds"
Loc ["STRING_INTERRUPTS"] = "Interrupts" Loc ["STRING_INTERRUPTS"] = "Interrupts"
Loc ["STRING_INTERRUPTS_OF"] = "Interrupts of" Loc ["STRING_INTERRUPTS_OF"] = "Interrupts of"
Loc ["STRING_DISPELLS_OF"] = "dispells of" Loc ["STRING_DISPELLS_OF"] = "dispells of"
Loc ["STRING_DISPELLS"] = "Dispells" Loc ["STRING_DISPELLS"] = "Dispels"
Loc ["STRING_DEATH_LOG"] = "Death Log" Loc ["STRING_DEATH_LOG"] = "Death Log"
Loc ["STRING_FIGHT_SUMMARY"] = "Encounter Summary" Loc ["STRING_FIGHT_SUMMARY"] = "Encounter Summary"
Loc ["STRING_FIGHT_GRAPHIC"] = "Encounter Charts and Phases" Loc ["STRING_FIGHT_GRAPHIC"] = "Encounter Charts and Phases"