Skip to content

Commit

Permalink
Update help tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbs committed Sep 7, 2024
1 parent 82e2e43 commit 8455f7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UI/Help.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ function PGF.Dialog_InfoButton_OnEnter(self, motion)
PGF.GameTooltip_AddWhite("boss/bossesmatching/... — " .. L["dialog.tooltip.seewebsite"])
PGF.GameTooltip_AddDoubleWhite("priests/warriors/...", L["dialog.tooltip.classes"])
if PGF.IsRetail() then
PGF.GameTooltip_AddDoubleWhite("voti/sfo/sod/cn/...", L["dialog.tooltip.raids"])
PGF.GameTooltip_AddDoubleWhite("aa/av/bh/hoi/uld", L["dialog.tooltip.dungeons"])
PGF.GameTooltip_AddWhite("no/nelt/rlp/fh/undr/nl/vp")
PGF.GameTooltip_AddDoubleWhite("np/atdh/asc/voti/...", L["dialog.tooltip.raids"])
PGF.GameTooltip_AddDoubleWhite("arak/brew/cot/dawn", L["dialog.tooltip.dungeons"])
PGF.GameTooltip_AddWhite("dfc/psf/rook/sv/mists/nw/siege/gb")
PGF.GameTooltip_AddDoubleWhite("cos/votw/nl/dht/eoa/brh", L["dialog.tooltip.timewalking"])
PGF.GameTooltip_AddDoubleWhite("arena2v2/arena3v3", L["dialog.tooltip.arena"])
end
Expand Down

0 comments on commit 8455f7b

Please sign in to comment.