Mercurial > wow > mailopener
diff Modules/OpenAll.lua @ 62:1a4b2e73cef3
Changelog update.
Added a few tips.
Removed the useless welcome and goodbye notifications.
Fixed wording of the filters at open all to make things clearer.
| author | Zerotorescue |
|---|---|
| date | Tue, 14 Sep 2010 00:32:00 +0200 |
| parents | 5f0e174c8adc |
| children | eadff31e61e8 |
line wrap: on
line diff
--- a/Modules/OpenAll.lua Tue Sep 14 00:00:39 2010 +0200 +++ b/Modules/OpenAll.lua Tue Sep 14 00:32:00 2010 +0200 @@ -137,7 +137,7 @@ end end); button.tooltipTitle = "Open all"; - button.tooltip = "Hold |cfffed000shift|r while clicking this button to temporarily override your filters and loot every single mail contain attachments and gold.\n\n|cfffed000Right|r click this button to quickly adjust mail opening filters for this profile."; + button.tooltip = "Hold |cfffed000shift|r while clicking this button to temporarily override your filters and loot every single mail containing attachments and/or gold.\n\n|cfffed000Right|r click this button to quickly adjust mail opening filters for this profile."; button:SetScript("OnEnter", function(self) if MailOpener.db.profile.general.showHelpTooltips then GameTooltip:SetOwner(self, "ANCHOR_NONE") @@ -821,8 +821,8 @@ normalAttachments = { order = 40, type = "toggle", - name = "Other mail with |cfffed000attachments|r", - desc = "Automatically loot all mail with attachments not sent by any of the above sources.", + name = "Normal mail with |cfffed000attachments|r", + desc = "Automatically loot all normal mail containing attachments (CoDs and Blizzard mail will be skipped).", set = function(i, v) self.db.profile.filter.normalAttachments = v; end, get = function() return self.db.profile.filter.normalAttachments; end, width = "double", @@ -830,8 +830,8 @@ normalMoney = { order = 50, type = "toggle", - name = "Other mail with |cfffed000gold|r", - desc = "Automatically loot all mail with gold not sent by any of the above sources.", + name = "Normal mail with |cfffed000gold|r", + desc = "Automatically loot all normal mail containing gold (CoDs and Blizzard mail will be skipped).", set = function(i, v) self.db.profile.filter.normalMoney = v; end, get = function() return self.db.profile.filter.normalMoney; end, width = "double",
