[Python-checkins] cpython (3.2): Issue #10580: Minor grammar change in Windows installer.
martin.v.loewis
python-checkins at python.org
Tue Feb 21 17:26:24 CET 2012
http://hg.python.org/cpython/rev/b349c932765a
changeset: 75136:b349c932765a
branch: 3.2
parent: 75128:eb07691f2c29
user: Martin v. Löwis <martin at v.loewis.de>
date: Tue Feb 21 17:23:55 2012 +0100
summary:
Issue #10580: Minor grammar change in Windows installer.
files:
Misc/NEWS | 2 ++
Tools/msi/msi.py | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -474,6 +474,8 @@
Build
-----
+- Issue #10580: Minor grammar change in Windows installer.
+
- Issue #13326: Clean __pycache__ directories correctly on OpenBSD.
Tools/Demos
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -497,7 +497,7 @@
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,
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list