From fb0add218d0ebbb7c55a5d9c9a511737b00ad6b2 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 25 Feb 2014 22:28:25 +0400 Subject: [PATCH] Some desc additions --- ElvUI_SLE/modules/characterframe/options.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/characterframe/options.lua b/ElvUI_SLE/modules/characterframe/options.lua index 531e047..5268d52 100755 --- a/ElvUI_SLE/modules/characterframe/options.lua +++ b/ElvUI_SLE/modules/characterframe/options.lua @@ -156,6 +156,7 @@ local function configTable() order = 1, type = "toggle", name = L["Show Enchant Text"], + desc = L["Show the enchantment effect near the enchanted item"], get = function(info) return E.db.sle.characterframeoptions.itemenchant.show end, set = function(info, value) E.db.sle.characterframeoptions.itemenchant.show = value; CFO:ArmoryFrame_DataSetting(); end, }, @@ -244,7 +245,7 @@ local function configTable() socketsize = { order = 3, name = L["Socket Size"], - desc = L["Set the icon size that the warning notification will use."], + desc = L["Set the size of sockets to show."], type = "range", min = 10, max = 18, step = 1, get = function(info) return E.db.sle.characterframeoptions.itemgem.socketSize end, -- 1.7.9.5