Skip to content

Commit 1dc1d5d

Browse files
authored
gh-90989: Clarify some installer text (GH-97676)
1 parent ba52d01 commit 1dc1d5d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Clarify some text in the Windows installer.

Tools/msi/bundle/Default.wxl

+5-5
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ Select Customize to review current options.</String>
8080
<String Id="Include_launcherRemove">Use Programs and Features to remove the 'py' launcher.</String>
8181
<String Id="Include_launcherUpgrade">Upgrades the global 'py' launcher from the previous version.</String>
8282

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

0 commit comments

Comments
 (0)