- Created Monk Harmony Power module.

- Added localization to HolyPower module description.
- Fixed a comment in the Shard module.
This commit is contained in:
Parnic
2012-06-30 22:30:54 +00:00
parent feb7a3390b
commit 0734ddd94c
4 changed files with 87 additions and 2 deletions

View File

@ -22,7 +22,7 @@ end
function HolyPower.prototype:GetOptions()
local opts = HolyPower.super.prototype.GetOptions(self)
opts.hideBlizz.desc = "Hides Blizzard Holy Power frame and disables all events related to it.\n\nNOTE: Blizzard attaches the holy power UI to the player's unitframe, so if you have that hidden in PlayerHealth, then this won't do anything."
opts.hideBlizz.desc = L["Hides Blizzard Holy Power frame and disables all events related to it.\n\nNOTE: Blizzard attaches the holy power UI to the player's unitframe, so if you have that hidden in PlayerHealth, then this won't do anything."]
return opts
end