diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-05-28 17:28:57 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-05-28 17:28:57 (GMT) |
commit | bffc2b4ab78ab900d75324e4b979acc252e442f2 (patch) | |
tree | 30491623d2e7df2a7b2a85e75d7bde79a4a2d110 | |
parent | ac0bffb96207182f6566e382b7d053a471c2d1fa (diff) | |
parent | 44e625860bf4c24a811eb81c7953a71671c89608 (diff) | |
download | cpython-bffc2b4ab78ab900d75324e4b979acc252e442f2.zip cpython-bffc2b4ab78ab900d75324e4b979acc252e442f2.tar.gz cpython-bffc2b4ab78ab900d75324e4b979acc252e442f2.tar.bz2 |
Fixes test in installer.
-rw-r--r-- | Tools/msi/bundle/Default.wxl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/bundle/Default.wxl b/Tools/msi/bundle/Default.wxl index ba67fc7..3ecb2fa 100644 --- a/Tools/msi/bundle/Default.wxl +++ b/Tools/msi/bundle/Default.wxl @@ -19,7 +19,7 @@ Continue?</String> <String Id="CancelButton">&Cancel</String> <String Id="CloseButton">&Close</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="ConfirmCancelMessage">Are you sure you want to cancel?</String> <String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String> |