dafuq
Darthpred [11-24-14 - 16:39]
diff --git a/ElvUI_SLE/options/datatexts_c.lua b/ElvUI_SLE/options/datatexts_c.lua
index c0848e1..3611679 100644
--- a/ElvUI_SLE/options/datatexts_c.lua
+++ b/ElvUI_SLE/options/datatexts_c.lua
@@ -458,7 +458,7 @@ local function configTable()
order = 4,
type = "toggle",
name = L["Hide Hints"],
- desc = L["Display the hints in the tooltip."],
+ desc = L["Hide the hints in the tooltip."],
get = function(info) return E.db.sle.dt.guild.hide_hintline end,
set = function(info, value) E.db.sle.dt.guild.hide_hintline = value; end,
},