Quantcast

Misc mover group

Darthpred [02-13-13 - 05:32]
Misc mover group
Filename
ElvUI_SLE/ElvUI_SLE.lua
ElvUI_SLE/locales/english.lua
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