Quantcast

Some locale updates

Repooc [10-13-14 - 23:59]
Some locale updates

Signed-off-by: Repooc <repooc82@gmail.com>
Filename
ElvUI_SLE/core/install.lua
ElvUI_SLE/locales/english.lua
ElvUI_SLE/options/auras_c.lua
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index fccbc5a..a12be05 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -1134,7 +1134,7 @@ local function SetPage(PageNum)

 	if PageNum == 1 then
 		f.SubTitle:SetText(format(L["Welcome to |cff1784d1Shadow & Light|r version %s!"], SLE.version))
-		f.Desc1:SetText("This install process will setup configuration of Shadow & Light.")
+		f.Desc1:SetText(L["This will take you through a quick install process to setup some Shadow & Light features.\nIf you choose to not setup any options through this config, click continue to skip to the end and click finish."])
 		f.Desc2:SetText("")
 		f.Desc3:SetText(L["Please press the continue button to go onto the next step."])

@@ -1143,8 +1143,8 @@ local function SetPage(PageNum)
 		SLEInstallOption1Button:SetText(L["Skip Process"])
 	elseif PageNum == 2 then
 		f.SubTitle:SetText(L["Chat"])
-		f.Desc1:SetText("This options will determine if you want to use default ElvUI's chat datapanels or let Shadow & Light handle them.")
-		f.Desc2:SetText("Shadow & Light will dock them outside of actual chat panels.")
+		f.Desc1:SetText(L["This will determine if you want to use ElvUI's default layout for chat datatext panels or let Shadow & Light handle them."])
+		f.Desc2:SetText(L["If you select S&L Panels, the datatext panels will be attached below the left and right chat frames instead of being inside the chat frame."])
 		f.Desc3:SetText(L["Importance: |cffD3CF00Medium|r"])

 		SLEInstallOption1Button:Show()
@@ -1155,8 +1155,8 @@ local function SetPage(PageNum)
 		SLEInstallOption2Button:SetText("S&L Panels")
 	elseif PageNum == 3 then
 		f.SubTitle:SetText(L["Armory Mode"])
-		f.Desc1:SetText("Imma test text")
-		f.Desc2:SetText("This page is for armory mode disable/enable stuff")
+		f.Desc1:SetText(L["Enable S&L Armory\n(Deatiled Character & Inspect frames)\n|cffFF0000Note:|r This is currently a beta option."])
+		f.Desc2:SetText(L["This will enable S&L Armory mode that will show more detailed information at a quick glance on the toons you inspect as well as your own character."])
 		f.Desc3:SetText(L["Importance: |cffFF0000Low|r"])

 		SLEInstallOption1Button:Show()
diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua
index 70fe8bf..a6427f6 100644
--- a/ElvUI_SLE/locales/english.lua
+++ b/ElvUI_SLE/locales/english.lua
@@ -30,7 +30,7 @@ L['Oh lord, you have got ElvUI Enhanced and Shadow & Light both enabled at the s
 --Install--
 L["You can now choose if you what to use one of authors' set of options. This will change the positioning of most elements but also change a bunch of other options within ElvUI's config."] = true
 L["SLE_Install_Text2"] = [=[This step is optional and only to be used if you are wanting to use one of our configurations.
-|cffFF0000Warning:|r Please note that the authors' may or may not use any of the layout/theme you have selected as they may not have utilized the options.]=]
+|cffFF0000Warning:|r Please note that the authors' may or may not use any of the layouts/themes you have selected as they may have changed their setup more recently.]=]
 L["Darth's Config"] = true
 L["Darth's Defaults Set"] = true
 L["Repooc's Config"] = true
diff --git a/ElvUI_SLE/options/auras_c.lua b/ElvUI_SLE/options/auras_c.lua
index 92e279f..bff2693 100644
--- a/ElvUI_SLE/options/auras_c.lua
+++ b/ElvUI_SLE/options/auras_c.lua
@@ -4,13 +4,13 @@ local E, L, V, P, G = unpack(ElvUI);
 local function configTable()
 	E.Options.args.sle.args.options.args.general.args.auras = {
 		type = "group",
-		name = L["Auras"],
+		name = BUFFOPTIONS_LABEL,
 		order = 1,
 		args = {
 			header = {
 				order = 1,
 				type = "header",
-				name = L["Auras"],
+				name = BUFFOPTIONS_LABEL,
 			},
 			intro = {
 				order = 2,