Quantcast

Repooc Install Update + Locale change

Repooc [10-17-14 - 00:11]
Repooc Install Update + Locale change

Signed-off-by: Repooc <repooc82@gmail.com>
Filename
ElvUI_SLE/core/install.lua
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index 9c3ec4f..fc1212f 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -1083,8 +1083,15 @@ local function RepoocSetup() --The function to switch from classic ElvUI setting
 	if AddOnSkins then
 		E.private["addonskins"] = {
 			["Blizzard_WorldStateCaptureBar"] = true,
+			["EmbedOoC"] = false,
+			["DBMSkinHalf"] = true,
+			["DBMFont"] = "ElvUI Font",
+			["EmbedSystemDual"] = true,
+			["EmbedLeft"] = "Skada",
+			["EmbedRight"] = "Skada",
 		}
 	end
+
 	E:UpdateAll(true)
 end

@@ -1687,7 +1694,7 @@ local function SetPage(PageNum)

 	elseif PageNum == 4 then
 		f.SubTitle:SetText(L["Shadow & Light Layouts"])
-		f.Desc1:SetText(L["You can now choose if you what to use one of authors' set of options. This will change not only the positioning of some elements but also change a bunch of other options."])
+		f.Desc1:SetText(L["You can now choose if you want to use one of the authors' set of options. This will change the positioning of some elements as well of other various options."])
 		local word = E.db.layoutSet == 'tank' and L["Tank"] or E.db.layoutSet == 'healer' and L["Healer"] or E.db.layoutSet == 'dpsMelee' and L['Physical DPS'] or E.db.layoutSet == 'dpsCaster' and L['Caster DPS'] or NONE
 		f.Desc2:SetText(format(L["SLE_Install_Text2"], word))
 		f.Desc3:SetText(L["Importance: |cffFF0000Low|r"])