Quantcast

Reverting shit Darth doesnt check b/c he doesnt use a program to for file compare when merging his changes into the git repo

Repooc [10-18-14 - 00:22]
Reverting shit Darth doesnt check b/c he doesnt use a program to for file compare when merging his changes into the git repo
Filename
ElvUI_SLE/core/install.lua
ElvUI_SLE/core/toolkit.lua
ElvUI_SLE/locales/russian.lua
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index d8e5a77..3da0d61 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -1083,6 +1083,12 @@ 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)
@@ -1690,7 +1696,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"])
diff --git a/ElvUI_SLE/core/toolkit.lua b/ElvUI_SLE/core/toolkit.lua
index f03f9b5..9d89487 100644
--- a/ElvUI_SLE/core/toolkit.lua
+++ b/ElvUI_SLE/core/toolkit.lua
@@ -119,8 +119,6 @@ function SLE:SettingTable(t, s, root)
 	end
 end

-
-
 function SLE:ImportTableReplace(msg)
 	if not string.find(msg, "E.db") and not string.find(msg, "E.private") and not string.find(msg, "E.global") then
 		return nil
diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua
index 442c084..3baa1d0 100644
--- a/ElvUI_SLE/locales/russian.lua
+++ b/ElvUI_SLE/locales/russian.lua
@@ -87,7 +87,7 @@ L["If you select S&L Panels, the datatext panels will be attached below the left
 L["SLE_ARMORY_INSTALL"] = "Включить режим оружейной S&L\n(Детализированные окна персонажа и осмотра)\n|cffFF0000Предепреждаем:|r Эта опция на данный момент находится в состоянии беты."
 L["This will enable S&L Armory mode components that will show more detailed information at a quick glance on the toons you inspect or your own character."] = "Активирует компоненты оружейной Shadow & Light, которые покажут вам более детальную информацию о вашем персонаже или игроке, которого вы осматриваете."
 L["Shadow & Light Layouts"] = "Шаблоны Shadow & Light"
-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."] = "Вы можете использовать набор настроек, используемый одним из представленных людей. Будут изменены положения элементов и другие настройки."
+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."] = "Вы можете использовать набор настроек, используемый одним из представленных людей. Будут изменены положения элементов и многие другие настройки."
 L["SLE_Install_Text2"] = [=[Этот шаг опционален и должен использоваться только в случае, если Вы хотите использовать одну из наших конфигураций. В зависимости от роли, выбранной в ElvUI (шаг "Расположение"), результат модет отличаться.

 Была выбрана роль |cff1784d1"%s"|r.