From f05fca00440627ce185bf71e256e359e8f3c1d6b Mon Sep 17 00:00:00 2001 From: Repooc Date: Sun, 2 Mar 2014 23:22:39 -0500 Subject: [PATCH] hmm localization stuff --- ElvUI_SLE/modules/characterframe/options.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/modules/characterframe/options.lua b/ElvUI_SLE/modules/characterframe/options.lua index 5847044..cb00e3d 100755 --- a/ElvUI_SLE/modules/characterframe/options.lua +++ b/ElvUI_SLE/modules/characterframe/options.lua @@ -192,8 +192,9 @@ local function configTable() mouseover = { order = 2, type = "toggle", - name = L["Show On Mouseover"], - desc = L["Show the enchantment effect near the enchanted item when mousing over."], + name = L['Mouse Over'], + desc = L["Show the enchantment effect near the enchanted item (not the item itself) when mousing over."], + disabled = function() return not E.db.sle.characterframeoptions.itemenchant.show or not E.private.sle.characterframeoptions.enable end, get = function(info) return E.db.sle.characterframeoptions.itemenchant.mouseover end, set = function(info, value) E.db.sle.characterframeoptions.itemenchant.mouseover = value; CFO:ArmoryFrame_DataSetting(); end, }, -- 1.7.9.5