classColor = E.myclass == 'PRIEST' and E.PriestColors or (_G.CUSTOM_CLASS_COLORS and _G.CUSTOM_CLASS_COLORS[E.myclass] or _G.RAID_CLASS_COLORS[E.myclass])
classColor = E:ClassColor(E.myclass, true)
E.db.general.bordercolor = (E.PixelMode and E:GetColor(0, 0, 0) or E:GetColor(.31, .31, .31))
@@ -589,7 +586,7 @@ local function SetPage(PageNum)
if PageNum == 1 then
f.SubTitle:SetFormattedText(L["Welcome to ElvUI version %s!"], E.version)
f.Desc1:SetText(L["This install process will help you learn some of the features in ElvUI has to offer and also prepare your user interface for usage."])
f.Desc2:SetText(L["The in-game configuration menu can be accessed by typing the /ec command or by clicking the \'C\' button on the minimap. Press the button below if you wish to skip the installation process."])
f.Desc2:SetText(L["The in-game configuration menu can be accessed by typing the /ec command or by clicking the 'C' button on the minimap. Press the button below if you wish to skip the installation process."])
f.Desc3:SetText(L["Please press the continue button to go onto the next step."])
@@ -678,8 +675,8 @@ local function SetPage(PageNum)
InstallOption3Button:SetText(L["Caster DPS"])
elseif PageNum == 7 then
f.SubTitle:SetText(L["Auras"])
f.Desc1:SetText(L["Select the type of aura system you want to use with ElvUI\'sunitframes.SettoAuraBar&Iconstousebothaurabarsandicons,settoiconsonlytoonlyseeicons."])
f.Desc2:SetText(L["Ifyouhaveaniconoraurabarthatyoudon\'t want to display simply hold down shift and right click the icon for it to disapear."])
f.Desc1:SetText(L["Select the type of aura system you want to use with ElvUI'sunitframes.SettoAuraBar&Iconstousebothaurabarsandicons,settoiconsonlytoonlyseeicons."])
f.Desc2:SetText(L["Ifyouhaveaniconoraurabarthatyoudon't want to display simply hold down shift and right click the icon for it to disapear."])