From 97f4361e5fce302c5822423e0a83644d7e0f8299 Mon Sep 17 00:00:00 2001 From: Repooc Date: Tue, 14 Oct 2014 11:27:14 -0400 Subject: [PATCH] Here u punk Signed-off-by: Repooc --- ElvUI_SLE/options/characterframe_c.lua | 2 +- ElvUI_SLE/options/loot_c.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ElvUI_SLE/options/characterframe_c.lua b/ElvUI_SLE/options/characterframe_c.lua index f55c04d..f33ce65 100644 --- a/ElvUI_SLE/options/characterframe_c.lua +++ b/ElvUI_SLE/options/characterframe_c.lua @@ -58,7 +58,7 @@ local function configTable() disabled = true, name = L["Show Error Gradients"], desc = L["Highlights equipment slot if an error has been found."], - disabled = function() return not E.private.sle.characterframeoptions.enable or not E.db.sle.characterframeoptions.shownormalgradient end, + --disabled = function() return not E.private.sle.characterframeoptions.enable or not E.db.sle.characterframeoptions.shownormalgradient end, get = function(info) return E.db.sle.characterframeoptions.showerrorgradient end, set = function(info, value) E.db.sle.characterframeoptions.showerrorgradient = value; CFO:ArmoryFrame_DataSetting(); end, }, diff --git a/ElvUI_SLE/options/loot_c.lua b/ElvUI_SLE/options/loot_c.lua index fc19173..db48577 100644 --- a/ElvUI_SLE/options/loot_c.lua +++ b/ElvUI_SLE/options/loot_c.lua @@ -22,12 +22,12 @@ local function configTable() autoroll = { order = 1, type = "group", - name = "Loot Auto Roll", + name = L["Loot Auto Roll"], args = { header = { order = 1, type = "header", - name = L['Loot Announcer'], + name = L["Loot Auto Roll"], }, info = { order = 2, -- 1.7.9.5