Quantcast

Some desc additions

Darthpred [02-25-14 - 18:28]
Some desc additions
Filename
ElvUI_SLE/modules/characterframe/options.lua
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,