Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
set windows installer custom setup font to white
Browse files Browse the repository at this point in the history
The Custom Setup dialog was displaying its title and description text to
the default black for font color. Set it to white here, so that the text
is legible on the dark banner background.

Signed-off-by: Robb Kidd <robb@thekidds.org>
  • Loading branch information
robbkidd committed May 15, 2018
1 parent b5d20ac commit 56764b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions omnibus/resources/chefdk/msi/localization-en-us.wxl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<String Id="LicenseAgreementDlgTitle">{\WixUI_Font_Title_White}End-User License Agreement</String>
<String Id="LicenseAgreementDlgDescription">{\WixUI_Font_Normal_White}Please read the following license agreement carefully</String>

<String Id="CustomizeDlgTitle">{\WixUI_Font_Title_White}Custom Setup</String>
<String Id="CustomizeDlgDescription">{\WixUI_Font_Normal_White}Select the way you want features to be installed.</String>

<String Id="InstallDirDlgTitle">{\WixUI_Font_Title_White}Destination Folder</String>
<String Id="InstallDirDlgDescription">{\WixUI_Font_Normal_White}Click Next to install to the default folder or click Change to choose another.</String>

Expand Down

0 comments on commit 56764b8

Please sign in to comment.