diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-05-28 17:28:40 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-05-28 17:28:40 (GMT) |
commit | 44e625860bf4c24a811eb81c7953a71671c89608 (patch) | |
tree | b6c30c7604b9b01d6c589f36d5b4d34e4175c2af /Tools | |
parent | 6ef059097cdfc9ee4c5a5292db5c9d5a5be2f97c (diff) | |
download | cpython-44e625860bf4c24a811eb81c7953a71671c89608.zip cpython-44e625860bf4c24a811eb81c7953a71671c89608.tar.gz cpython-44e625860bf4c24a811eb81c7953a71671c89608.tar.bz2 |
Fixes text in installer.
Diffstat (limited to 'Tools')
-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> |