From eb63435530d5d1e9e6bb1b213b008844be8c72ce Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 30 Jun 2012 16:55:59 +0400 Subject: [PATCH] Damn typo --- ElvUI_SLE/modules/unitframes/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/unitframes/options.lua b/ElvUI_SLE/modules/unitframes/options.lua index 269bc59..1e0f71e 100644 --- a/ElvUI_SLE/modules/unitframes/options.lua +++ b/ElvUI_SLE/modules/unitframes/options.lua @@ -124,7 +124,7 @@ E.Options.args.sle.args.unitframes.args.druid = { order = 1, type = "toggle", name = L["Enable"], - desc = L["Show/hide the tetx with exact number of your Solar/Lunar energy on your Classbar."], + desc = L["Show/hide the text with exact number of your Solar/Lunar energy on your Classbar."], get = function(info) return E.db.sle.bpenable end, set = function(info, value) E.db.sle.bpenable = value; E:GetModule('SLE'):BPUpdate() end }, -- 1.7.9.5