Kaydet (Commit) ef281bdd authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Issue #10580: Minor grammar change in Windows installer.

üst f364b159
......@@ -517,6 +517,8 @@ Extension Modules
Build
-----
- Issue #10580: Minor grammar change in Windows installer.
- Issue #12627: Implement PEP 394 for Python 2.7 ("python2").
- Issue #8746: Correct faulty configure checks so that os.chflags() and
......
......@@ -495,7 +495,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