From c4ce2e6898953b607ba6b15d05e13f4dd022c608 Mon Sep 17 00:00:00 2001 From: Repooc Date: Mon, 13 Oct 2014 20:14:16 -0400 Subject: [PATCH] Some more changes Signed-off-by: Repooc --- ElvUI_SLE/locales/english.lua | 2 +- ElvUI_SLE/options/marks_c.lua | 4 ++-- ElvUI_SLE/options/threat_c.lua | 4 ++-- ElvUI_SLE/options/tooltip_c.lua | 4 ++-- ElvUI_SLE/options/uibuttons_c.lua | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) 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, -- 1.7.9.5