Mercurial > wow > mailopener
changeset 67:4166a335ca81
Added a tip.
Reworded mail opener status checkbox tooltip.
| author | Zerotorescue |
|---|---|
| date | Tue, 14 Sep 2010 11:17:38 +0200 |
| parents | 9b0a89ef3da5 |
| children | eadff31e61e8 |
| files | Core.lua Modules/Config.lua |
| diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")
--- 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
