# HG changeset patch # User Zerotorescue # Date 1284455858 -7200 # Node ID 4166a335ca811653bfc8984cca9189b80e28638a # Parent 9b0a89ef3da50497d0d218ecb30cdf07acf863cb Added a tip. Reworded mail opener status checkbox tooltip. diff -r 9b0a89ef3da5 -r 4166a335ca81 Core.lua --- a/Core.lua Tue Sep 14 00:34:27 2010 +0200 +++ b/Core.lua Tue Sep 14 11:17:38 2010 +0200 @@ -206,7 +206,7 @@ end end); check.tooltipTitle = "Mail Opener status"; - check.tooltip = "Toggle automatic mail opening |cff00ff00on|r or |cffff0000off|r (you can also enforce this by holding shift when opening the mailbox).\n\nYou can also hold the |cfffed000shift|r key while clicking this checkbox to disable the entire addon instead."; + check.tooltip = "Toggle automatic mail opening |cff00ff00on|r or |cffff0000off|r (you can also enforce this by holding shift when opening the mailbox).\n\nYou can toggle this addon |cff00ff00on|r or |cffff0000off|r by |cfffed000shift-clicking|r this checkbox."; check:SetScript("OnEnter", function(self) if MailOpener.db.profile.general.showHelpTooltips then GameTooltip:SetOwner(self, "ANCHOR_BOTTOM") diff -r 9b0a89ef3da5 -r 4166a335ca81 Modules/Config.lua --- a/Modules/Config.lua Tue Sep 14 00:34:27 2010 +0200 +++ b/Modules/Config.lua Tue Sep 14 11:17:38 2010 +0200 @@ -80,6 +80,7 @@ "|cfffed000Cost on Delivery|r and |cfffed000Blizzard|r mail will always be skipped, regardless of any filters.", "|cfffed000Right-click|r the |cfffed000open all|r button to quickly adjust your mail opening filters.", "|cfffed000Shift-click|r the |cfffed000open all|r button to temporarily override your filters and loot every single mail containing attachments and/or gold.", + "Please report |cfffed000issues|r and |cfffed000suggestions|r/|cfffed000requests|r at the |cfffed000CurseForge ticket tracker|r, I will try to process and respond to them all (you can find a link to the ticket tracker in the addon description at Curse).", }; -- Remove any "hidden" tips