From a84f521fff5943acbf198cd6daf63cf47b99ebd1 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 8 Nov 2012 09:38:56 +0400 Subject: [PATCH] Kinda update --- ElvUI_SLE/modules/install.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/modules/install.lua b/ElvUI_SLE/modules/install.lua index c551539..086fcb4 100644 --- a/ElvUI_SLE/modules/install.lua +++ b/ElvUI_SLE/modules/install.lua @@ -1554,13 +1554,13 @@ local function SetPage(PageNum) InstallOption1Button:SetText(L["Classic"]) InstallOption2Button:Show() InstallOption2Button:SetScript('OnClick', function() E:SetupTheme('default') end) - InstallOption2Button:SetText(DEFAULT) + InstallOption2Button:SetText(L['Dark']) InstallOption3Button:Show() InstallOption3Button:SetScript('OnClick', function() E:SetupTheme('class') end) InstallOption3Button:SetText(CLASS) InstallOption4Button:Show() InstallOption4Button:SetScript('OnClick', function() E:SetupTheme('pixelPerfect') end) - InstallOption4Button:SetText(L['Pixel Perfect']..' (Beta)') + InstallOption4Button:SetText(L['Pixel Perfect']) elseif PageNum == 5 then f.SubTitle:SetText(L["Resolution"]) f.Desc1:SetText(format(L["Your current resolution is %s, this is considered a %s resolution."], E.resolution, E.lowversion == true and L["low"] or L["high"])) -- 1.7.9.5