mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-90989: Clarify some installer text (GH-97668)
This commit is contained in:
parent
38ade0d2ac
commit
a1f4e42619
2 changed files with 7 additions and 6 deletions
|
@ -0,0 +1 @@
|
|||
Clarify some text in the Windows installer.
|
|
@ -79,15 +79,15 @@ Select Customize to review current options.</String>
|
|||
<String Id="Include_launcherRemove">Use Programs and Features to remove the 'py' launcher.</String>
|
||||
<String Id="Include_launcherUpgrade">Upgrades the global 'py' launcher from the previous version.</String>
|
||||
|
||||
<String Id="AssociateFilesLabel">Associate &files with Python (requires the py launcher)</String>
|
||||
<String Id="AssociateFilesLabel">Associate &files with Python (requires the 'py' launcher)</String>
|
||||
<String Id="ShortcutsLabel">Create shortcuts for installed applications</String>
|
||||
<String Id="PrependPathLabel">Add Python to &environment variables</String>
|
||||
<String Id="ShortPrependPathLabel">Add &Python [ShortVersion] to PATH</String>
|
||||
<String Id="ShortPrependPathLabel">Add &python.exe to PATH</String>
|
||||
<String Id="AppendPathLabel">Append Python to &environment variables</String>
|
||||
<String Id="ShortAppendPathLabel">Append &Python [ShortVersion] to PATH</String>
|
||||
<String Id="InstallAllUsersLabel">Install for &all users</String>
|
||||
<String Id="InstallLauncherAllUsersLabel">for &all users (requires elevation)</String>
|
||||
<String Id="ShortInstallLauncherAllUsersLabel">Install &launcher for all users (recommended)</String>
|
||||
<String Id="ShortAppendPathLabel">Append &python.exe to PATH</String>
|
||||
<String Id="InstallAllUsersLabel">Install Python [ShortVersion] for &all users</String>
|
||||
<String Id="InstallLauncherAllUsersLabel">for &all users (requires admin privileges)</String>
|
||||
<String Id="ShortInstallLauncherAllUsersLabel">Use admin privi&leges when installing py.exe</String>
|
||||
<String Id="PrecompileLabel">&Precompile standard library</String>
|
||||
<String Id="Include_symbolsLabel">Download debugging &symbols</String>
|
||||
<String Id="Include_debugLabel">Download debu&g binaries (requires VS 2017 or later)</String>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue