diff Modules/Config.lua @ 54:5f0e174c8adc

Hopefully fixed the usage of "mails".
author Zerotorescue
date Sun, 12 Sep 2010 22:07:12 +0200
parents fcc7112cc365
children 4cd3b02f6840
line wrap: on
line diff
--- a/Modules/Config.lua	Sun Sep 12 21:24:09 2010 +0200
+++ b/Modules/Config.lua	Sun Sep 12 22:07:12 2010 +0200
@@ -306,7 +306,7 @@
 						order = 15,
 						type = "toggle",
 						name = "Continue trying to open mail after your bags are full",
-						desc = "If there are a lot of stackable items in your mailbox (e.g. glyphs) you may want to toggle this option on.\n\nThis will cause your Blizzard error frame to get extremely spammy if there are many mails remaining. With this disabled, Mail Opener will completely stop opening mail while your inventory is full.",
+						desc = "If there are a lot of stackable items in your mailbox (e.g. glyphs) you may want to toggle this option on.\n\nThis will cause your Blizzard error frame to get extremely spammy if there's a lot of mail remaining. With this disabled, Mail Opener will completely stop opening mail while your inventory is full.",
 						width = "full",
 						get =  function() return MailOpener.db.profile.general.continueOpeningStackableItems; end,
 						set = function(i, v) MailOpener.db.profile.general.continueOpeningStackableItems = v; end,
@@ -440,7 +440,7 @@
 						order = 22,
 						type = "toggle",
 						name = "Announce when |cfffed000finished opening the current batch|r",
-						desc = "Announce when opening of the current batch of mails has been completed.",
+						desc = "Announce when opening of the current batch of mail has been completed.",
 						set = function(i, v) MailOpener.db.profile.notifications.finishedCurrentBatch = v; end,
 						get = function() return MailOpener.db.profile.notifications.finishedCurrentBatch; end,
 						width = "double",