mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
SF bug #1061457: spelling error in win installer
This commit is contained in:
parent
700d9b9b63
commit
72f0801bec
2 changed files with 2 additions and 2 deletions
|
@ -735,7 +735,7 @@ def add_ui(db):
|
|||
# Also set list of reinstalled features to "ALL"
|
||||
c.event("[REINSTALL]", "ALL", 'MaintenanceForm_Action="Repair"', 5)
|
||||
c.event("[Progress1]", "Repairing", 'MaintenanceForm_Action="Repair"', 6)
|
||||
c.event("[Progress2]", "repaires", 'MaintenanceForm_Action="Repair"', 7)
|
||||
c.event("[Progress2]", "repairs", 'MaintenanceForm_Action="Repair"', 7)
|
||||
c.event("Reinstall", "ALL", 'MaintenanceForm_Action="Repair"', 8)
|
||||
|
||||
# Uninstall: Change progress to "Remove", then invoke uninstall
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue