Skip to content

Commit

Permalink
Small tooltip update for the bag button.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidan committed Feb 9, 2024
1 parent 6c65d52 commit ae630bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frames/classic/bag.lua
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function bagFrame:Create(kind)
if kind == const.BAG_KIND.BACKPACK then
GameTooltip:SetText(L:G("Left Click to open the menu, right click to clear recent items."))
else
GameTooltip:SetText(L:G("Left Click to open the menu, right click to swap to reagent bank and back."))
GameTooltip:SetText(L:G("Left Click to open the menu."))
end
GameTooltip:Show()
end)
Expand Down

0 comments on commit ae630bf

Please sign in to comment.