Mercurial > wow > mailopener
diff Modules/OpenAll.lua @ 54:5f0e174c8adc
Hopefully fixed the usage of "mails".
| author | Zerotorescue |
|---|---|
| date | Sun, 12 Sep 2010 22:07:12 +0200 |
| parents | fcc7112cc365 |
| children | 1a4b2e73cef3 |
line wrap: on
line diff
--- a/Modules/OpenAll.lua Sun Sep 12 21:24:09 2010 +0200 +++ b/Modules/OpenAll.lua Sun Sep 12 22:07:12 2010 +0200 @@ -772,7 +772,7 @@ order = 20, type = "toggle", name = "Open all |cfffed000auction canceled|r mail", - desc = "Automatically loot all auction canceled mails from the auction house.", + desc = "Automatically loot all auction canceled mail from the auction house.", set = function(i, v) self.db.profile.filter.AH.canceled = v; end, get = function() return self.db.profile.filter.AH.canceled; end, width = "double", @@ -781,7 +781,7 @@ order = 21, type = "toggle", name = "Open all |cfffed000auction expired|r mail", - desc = "Automatically loot all auction canceled mails from the auction house.", + desc = "Automatically loot all auction canceled mail from the auction house.", set = function(i, v) self.db.profile.filter.AH.expired = v; end, get = function() return self.db.profile.filter.AH.expired; end, width = "double", @@ -790,7 +790,7 @@ order = 22, type = "toggle", name = "Open all |cfffed000outbid on|r mail", - desc = "Automatically loot all auction outbid mails from the auction house.", + desc = "Automatically loot all auction outbid mail from the auction house.", set = function(i, v) self.db.profile.filter.AH.outbid = v; end, get = function() return self.db.profile.filter.AH.outbid; end, width = "double", @@ -799,7 +799,7 @@ order = 23, type = "toggle", name = "Open all |cfffed000auction successful|r mail", - desc = "Automatically loot all auction successful mails from the auction house.", + desc = "Automatically loot all auction successful mail from the auction house.", set = function(i, v) self.db.profile.filter.AH.success = v; end, get = function() return self.db.profile.filter.AH.success; end, width = "double", @@ -808,7 +808,7 @@ order = 24, type = "toggle", name = "Open all |cfffed000auction won|r mail", - desc = "Automatically loot all auction won mails from the auction house.", + desc = "Automatically loot all auction won mail from the auction house.", set = function(i, v) self.db.profile.filter.AH.won = v; end, get = function() return self.db.profile.filter.AH.won; end, width = "double", @@ -822,7 +822,7 @@ order = 40, type = "toggle", name = "Other mail with |cfffed000attachments|r", - desc = "Automatically loot all mails with attachments not sent by any of the above sources.", + desc = "Automatically loot all mail with attachments not sent by any of the above sources.", set = function(i, v) self.db.profile.filter.normalAttachments = v; end, get = function() return self.db.profile.filter.normalAttachments; end, width = "double", @@ -831,7 +831,7 @@ order = 50, type = "toggle", name = "Other mail with |cfffed000gold|r", - desc = "Automatically loot all mails with gold not sent by any of the above sources.", + desc = "Automatically loot all mail with gold not sent by any of the above sources.", set = function(i, v) self.db.profile.filter.normalMoney = v; end, get = function() return self.db.profile.filter.normalMoney; end, width = "double",
