Quantcast

Here u punk

Repooc [10-14-14 - 15:27]
Here u punk

Signed-off-by: Repooc <repooc82@gmail.com>
Filename
ElvUI_SLE/options/characterframe_c.lua
ElvUI_SLE/options/loot_c.lua
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,