Commit 26bb3cf7 authored by Martin v. Löwis's avatar Martin v. Löwis

Issue #10580: Minor grammar change in Windows installer.

parent e249dcab
......@@ -474,6 +474,8 @@ Library
Build
-----
- Issue #10580: Minor grammar change in Windows installer.
- Issue #13326: Clean __pycache__ directories correctly on OpenBSD.
Tools/Demos
......
......@@ -497,7 +497,7 @@ def add_ui(db):
exit_dialog = PyDialog(db, "ExitDialog", x, y, w, h, modal, title,
"Finish", "Finish", "Finish")
exit_dialog.title("Completing the [ProductName] Installer")
exit_dialog.title("Complete the [ProductName] Installer")
exit_dialog.back("< Back", "Finish", active = 0)
exit_dialog.cancel("Cancel", "Back", active = 0)
exit_dialog.text("Acknowledgements", 135, 95, 220, 120, 0x30003,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment