clear
Darthpred [08-29-16 - 18:27]
diff --git a/ElvUI_SLE/options/tooltip_c.lua b/ElvUI_SLE/options/tooltip_c.lua
index 9c60f88..8336a77 100644
--- a/ElvUI_SLE/options/tooltip_c.lua
+++ b/ElvUI_SLE/options/tooltip_c.lua
@@ -32,7 +32,6 @@ local function configTable()
order = 6,
type = 'toggle',
name = L["Always Compare Items"],
- -- desc = L["Show faction icon to the left of player's name on tooltip."],
disabled = function() return not E.private.tooltip.enable end,
set = function(info, value) E.db.sle.tooltip.alwaysCompareItems = value; SLE:SetCompareItems() end,
},