Fixes text in installer.

This commit is contained in:
Steve Dower 2015-05-28 10:28:40 -07:00
parent 6ef059097c
commit 44e625860b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Continue?</String>
<String Id="CancelButton">&amp;Cancel</String> <String Id="CancelButton">&amp;Cancel</String>
<String Id="CloseButton">&amp;Close</String> <String Id="CloseButton">&amp;Close</String>
<String Id="InstallHeader">Install [WixBundleName]</String> <String Id="InstallHeader">Install [WixBundleName]</String>
<String Id="InstallMessage">Select to location to install Python, or choose Customize to enable or disable features.</String> <String Id="InstallMessage">Select Install Now to install Python with default settings, or choose Customize to enable or disable features.</String>
<String Id="InstallVersion">Version [WixBundleVersion]</String> <String Id="InstallVersion">Version [WixBundleVersion]</String>
<String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
<String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String> <String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String>