diff --git a/Core/Install.lua b/Core/Install.lua index 70d3633ff4f6cd71d59f03dca6a1f2d8bc66e581..664b8eb58f4e5cfc2215baef473a072ddf3625c2 100644 --- a/Core/Install.lua +++ b/Core/Install.lua @@ -1892,7 +1892,7 @@ RayUI.installTable = { PluginInstallFrame.SubTitle:SetText(L["Variables"]) PluginInstallFrame.Desc1:SetText(L["This part of the installation changes variables in ElvUI"]) PluginInstallFrame.Desc2:SetText(L["Please click the button below to setup your variables."]) - PluginInstallFrame.Desc3:SetText(L["Importance: |cff07D400High|r"]) + PluginInstallFrame.Desc3:SetText(L["Importance: |cffFF3333High|r"]) PluginInstallFrame.Option1:Show() PluginInstallFrame.Option1:SetScript("OnClick", function() RayUI:SetupVariables("dark") end) PluginInstallFrame.Option1:SetText(L["Dark"]) @@ -1907,7 +1907,7 @@ RayUI.installTable = { PluginInstallFrame.SubTitle:SetText(L["Layout"]) PluginInstallFrame.Desc1:SetText(L["This part of the installation changes the default ElvUI look."]) PluginInstallFrame.Desc2:SetText(L["Please click the button below to setup your layout."]) - PluginInstallFrame.Desc3:SetText(L["Importance: |cff07D400High|r"]) + PluginInstallFrame.Desc3:SetText(L["Importance: |cffFF3333High|r"]) PluginInstallFrame.Option1:Show() PluginInstallFrame.Option1:SetScript("OnClick", function() RayUI:SetupLayout("dps") end) PluginInstallFrame.Option1:SetText(L["Tank/ DPS Layout"]) @@ -1919,7 +1919,7 @@ RayUI.installTable = { PluginInstallFrame.SubTitle:SetText(L["CVars"]) PluginInstallFrame.Desc1:SetFormattedText(L["This step changes a few World of Warcraft default options. These options are tailored to the needs of the author of %s and are not necessary for this edit to function."], RayUI.Title) PluginInstallFrame.Desc2:SetText(L["Please click the button below to setup your CVars."]) - PluginInstallFrame.Desc3:SetText(L["Importance: |cffFF0000Low|r"]) + PluginInstallFrame.Desc3:SetText(L["Importance: |cFF33FF33Low|r"]) PluginInstallFrame.Option1:Show() PluginInstallFrame.Option1:SetScript("OnClick", function() RayUI:SetupCVars() end) PluginInstallFrame.Option1:SetText(L["CVars"])