Skip to content

Commit 58ce873

Browse files
zoobapablogsal
authored andcommitted
gh-90989: Clarify some installer text (GH-97668)
1 parent 970c10a commit 58ce873

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Clarify some text in the Windows installer.

Tools/msi/bundle/Default.wxl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ Select Customize to review current options.</String>
7979
<String Id="Include_launcherRemove">Use Programs and Features to remove the 'py' launcher.</String>
8080
<String Id="Include_launcherUpgrade">Upgrades the global 'py' launcher from the previous version.</String>
8181

82-
<String Id="AssociateFilesLabel">Associate &amp;files with Python (requires the py launcher)</String>
82+
<String Id="AssociateFilesLabel">Associate &amp;files with Python (requires the 'py' launcher)</String>
8383
<String Id="ShortcutsLabel">Create shortcuts for installed applications</String>
8484
<String Id="PrependPathLabel">Add Python to &amp;environment variables</String>
85-
<String Id="ShortPrependPathLabel">Add &amp;Python [ShortVersion] to PATH</String>
85+
<String Id="ShortPrependPathLabel">Add &amp;python.exe to PATH</String>
8686
<String Id="AppendPathLabel">Append Python to &amp;environment variables</String>
87-
<String Id="ShortAppendPathLabel">Append &amp;Python [ShortVersion] to PATH</String>
88-
<String Id="InstallAllUsersLabel">Install for &amp;all users</String>
89-
<String Id="InstallLauncherAllUsersLabel">for &amp;all users (requires elevation)</String>
90-
<String Id="ShortInstallLauncherAllUsersLabel">Install &amp;launcher for all users (recommended)</String>
87+
<String Id="ShortAppendPathLabel">Append &amp;python.exe to PATH</String>
88+
<String Id="InstallAllUsersLabel">Install Python [ShortVersion] for &amp;all users</String>
89+
<String Id="InstallLauncherAllUsersLabel">for &amp;all users (requires admin privileges)</String>
90+
<String Id="ShortInstallLauncherAllUsersLabel">Use admin privi&amp;leges when installing py.exe</String>
9191
<String Id="PrecompileLabel">&amp;Precompile standard library</String>
9292
<String Id="Include_symbolsLabel">Download debugging &amp;symbols</String>
9393
<String Id="Include_debugLabel">Download debu&amp;g binaries (requires VS 2017 or later)</String>

0 commit comments

Comments
 (0)