diff --git a/GnomishVendorShrinker.lua b/GnomishVendorShrinker.lua index bce64ef..b7c57a2 100644 --- a/GnomishVendorShrinker.lua +++ b/GnomishVendorShrinker.lua @@ -378,9 +378,14 @@ editbox:SetScript("OnEnter", function(self) GameTooltip:SetOwner(self, "ANCHOR_BOTTOMRIGHT") GameTooltip:AddLine("Enter an item name to search") GameTooltip:AddLine(" ") - GameTooltip:AddDoubleLine("Type search:", "bop, boe, bou, boa, quest", nil,nil,nil, 255,255,255) - GameTooltip:AddDoubleLine(" ", "q=rare, q<4, ilvl>=359, t:shield", 255,255,255, 255,255,255) - GameTooltip:AddLine("& - Match both | - Match either ! - Do not match", 255,255,255) + GameTooltip:AddDoubleLine("Type search:", "bop boe bou", nil,nil,nil, 255,255,255) + GameTooltip:AddDoubleLine(" ", "boa quest", 255,255,255, 255,255,255) + GameTooltip:AddDoubleLine(" ", "ilvl>=378 ilvl=359", 255,255,255, 255,255,255) + GameTooltip:AddDoubleLine(" ", "q=rare q<4", 255,255,255, 255,255,255) + GameTooltip:AddDoubleLine(" ", "t:leather t:shield", 255,255,255, 255,255,255) + GameTooltip:AddDoubleLine("Modifiers:", "& Match both", nil,nil,nil, 255,255,255) + GameTooltip:AddDoubleLine(" ", "| Match either", 255,255,255, 255,255,255) + GameTooltip:AddDoubleLine(" ", "! Do not match", 255,255,255, 255,255,255) GameTooltip:Show() end) editbox:SetScript("OnLeave", function(self)