From 47797617c7d140bc6b54048f0f720dc35cb098f8 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 13 Feb 2013 09:32:25 +0400 Subject: [PATCH] Misc mover group --- ElvUI_SLE/ElvUI_SLE.lua | 4 +++- ElvUI_SLE/locales/english.lua | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ElvUI_SLE/ElvUI_SLE.lua b/ElvUI_SLE/ElvUI_SLE.lua index 33d350b..306af98 100644 --- a/ElvUI_SLE/ElvUI_SLE.lua +++ b/ElvUI_SLE/ElvUI_SLE.lua @@ -9,13 +9,15 @@ function SLE:Tutorials() --Additional tutorials table.insert(E.TutorialList, #(E.TutorialList)+1, L["To enable full values of health/power on unitframes in Shadow & Light add \":sl\" to the end of the health/power tag.\nExample: [health:current:sl]."]); end -function SLE:ConfigCats() --Additional config groups +function SLE:ConfigCats() --Additional mover groups table.insert(E.ConfigModeLayouts, #(E.ConfigModeLayouts)+1, "S&L"); E.ConfigModeLocalizedStrings["S&L"] = L["S&L: All"] table.insert(E.ConfigModeLayouts, #(E.ConfigModeLayouts)+1, "S&L DT"); E.ConfigModeLocalizedStrings["S&L DT"] = L["S&L: Datatexts"] table.insert(E.ConfigModeLayouts, #(E.ConfigModeLayouts)+1, "S&L BG"); E.ConfigModeLocalizedStrings["S&L BG"] = L["S&L: Backgrounds"] + table.insert(E.ConfigModeLayouts, #(E.ConfigModeLayouts)+1, "S&L M"); + E.ConfigModeLocalizedStrings["S&L M"] = L["S&L: Misc"] end function SLE:LootShow() diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua index 909c979..18fc261 100644 --- a/ElvUI_SLE/locales/english.lua +++ b/ElvUI_SLE/locales/english.lua @@ -129,6 +129,7 @@ L["Change the direction of buttons growth from the skull marker"] = true L["S&L: All"] = true L["S&L: Datatexts"] = true L["S&L: Backgrounds"] = true +L["S&L: Misc"] = true --Raid Utility-- L["Raid Utility"] = true -- 1.7.9.5