Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9caee9

Browse files
committed
merge 3.2
2 parents d9a3591 + 26bb3cf commit f9caee9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,6 +1942,8 @@ Library
19421942
Build
19431943
-----
19441944

1945+
- Issue #10580: Minor grammar change in Windows installer.
1946+
19451947
- Issue #13326: Clean __pycache__ directories correctly on OpenBSD.
19461948

19471949
- PEP 393: the configure option --with-wide-unicode is removed.

Tools/msi/msi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def add_ui(db):
498498

499499
exit_dialog = PyDialog(db, "ExitDialog", x, y, w, h, modal, title,
500500
"Finish", "Finish", "Finish")
501-
exit_dialog.title("Completing the [ProductName] Installer")
501+
exit_dialog.title("Complete the [ProductName] Installer")
502502
exit_dialog.back("< Back", "Finish", active = 0)
503503
exit_dialog.cancel("Cancel", "Back", active = 0)
504504
exit_dialog.text("Acknowledgements", 135, 95, 220, 120, 0x30003,

0 commit comments

Comments
 (0)