Mercurial > wow > mailopener
diff Modules/BeanCounterSupport.lua @ 70:f01e0184a275
Another localization test.
| author | Zerotorescue |
|---|---|
| date | Wed, 15 Sep 2010 16:02:32 +0200 |
| parents | eadff31e61e8 |
| children | 6a51405c7733 |
line wrap: on
line diff
--- a/Modules/BeanCounterSupport.lua Wed Sep 15 13:37:29 2010 +0200 +++ b/Modules/BeanCounterSupport.lua Wed Sep 15 16:02:32 2010 +0200 @@ -1,5 +1,6 @@ local MailOpener = LibStub("AceAddon-3.0"):GetAddon("MailOpener"); local mod = MailOpener:NewModule("BeanCounterSupport", "AceEvent-3.0", "AceHook-3.0"); +local L = LibStub("AceLocale-3.0"):GetLocale("MailOpener"); mod.moduleDescription = L["Prevents mail opening while BeanCounter is still scanning. Does nothing when BeanCounter is disabled."]; mod.moduleRequired = false;
