From c6037248007c23749a83a819ecfce883dd6fb77b Mon Sep 17 00:00:00 2001 From: Repooc Date: Thu, 16 Oct 2014 20:11:26 -0400 Subject: [PATCH] Repooc Install Update + Locale change Signed-off-by: Repooc --- ElvUI_SLE/core/install.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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"]) -- 1.7.9.5