[Python-checkins] cpython (merge 3.5 -> default): Fixes test in installer.

steve.dower python-checkins at python.org
Thu May 28 19:29:15 CEST 2015


https://hg.python.org/cpython/rev/cb11c602422f
changeset:   96335:cb11c602422f
parent:      96333:99dcca3466d3
parent:      96334:23c913269b40
user:        Steve Dower <steve.dower at microsoft.com>
date:        Thu May 28 10:28:57 2015 -0700
summary:
  Fixes test in installer.

files:
  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
--- a/Tools/msi/bundle/Default.wxl
+++ b/Tools/msi/bundle/Default.wxl
@@ -19,7 +19,7 @@
   <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>

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list