Quantcast

Some more changes

Repooc [10-14-14 - 00:14]
Some more changes

Signed-off-by: Repooc <repooc82@gmail.com>
Filename
ElvUI_SLE/locales/english.lua
ElvUI_SLE/options/marks_c.lua
ElvUI_SLE/options/threat_c.lua
ElvUI_SLE/options/tooltip_c.lua
ElvUI_SLE/options/uibuttons_c.lua
diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua
index a6427f6..6893964 100644
--- a/ElvUI_SLE/locales/english.lua
+++ b/ElvUI_SLE/locales/english.lua
@@ -355,7 +355,7 @@ L["Offset the tooltip on the Y-axis."] = true

 --UI buttons--
 L["UI Buttons"] = true
-L["Additional menu with useful buttons"] = true
+L["UB_DESC"] = "This adds a small bar with some useful buttons which acts as a small menu for common things."
 L["Show/Hide UI buttons."] = true
 L["Mouse over"] = true
 L["Show on mouse over."] = true
diff --git a/ElvUI_SLE/options/marks_c.lua b/ElvUI_SLE/options/marks_c.lua
index 789192c..d9a22cc 100644
--- a/ElvUI_SLE/options/marks_c.lua
+++ b/ElvUI_SLE/options/marks_c.lua
@@ -8,11 +8,11 @@ local function configTable()
 		type = "group",
 		name = L["Raid Marks"],
 		args = {
-			intro = {
+			--[[intro = {
 				order = 1,
 				type = 'description',
 				name = L['Options for panels providing fast access to raid markers and flares.'],
-			},
+			},]]
 			marks = {
 				order = 2,
 				type = "group",
diff --git a/ElvUI_SLE/options/threat_c.lua b/ElvUI_SLE/options/threat_c.lua
index b377d44..f327346 100644
--- a/ElvUI_SLE/options/threat_c.lua
+++ b/ElvUI_SLE/options/threat_c.lua
@@ -12,11 +12,11 @@ local function configTable()
 				type = "header",
 				name = L['Threat'],
 			},
-			intro = {
+			--[[intro = {
 				order = 2,
 				type = "description",
 				name = "Some threat changes",
-			},
+			},]]
 			enabled = {
 				order = 3,
 				type = "toggle",
diff --git a/ElvUI_SLE/options/tooltip_c.lua b/ElvUI_SLE/options/tooltip_c.lua
index b17f64b..d5af8bb 100644
--- a/ElvUI_SLE/options/tooltip_c.lua
+++ b/ElvUI_SLE/options/tooltip_c.lua
@@ -12,11 +12,11 @@ local function configTable()
 				type = "header",
 				name = L["Tooltip"],
 			},
-			intro = {
+			--[[intro = {
 				order = 2,
 				type = 'description',
 				name = L["Tooltip enhancements"],
-			},
+			},]]
 			space1 = {
 				order = 4,
 				type = 'description',
diff --git a/ElvUI_SLE/options/uibuttons_c.lua b/ElvUI_SLE/options/uibuttons_c.lua
index 4624498..3cdc4aa 100644
--- a/ElvUI_SLE/options/uibuttons_c.lua
+++ b/ElvUI_SLE/options/uibuttons_c.lua
@@ -15,7 +15,7 @@ local function configTable()
 			intro = {
 				order = 2,
 				type = "description",
-				name = L["Additional menu with useful buttons"],
+				name = L["UB_DESC"],
 			},
 			enabled = {
 				order = 3,