]> granicus.if.org Git - python/commitdiff
Issue #10580: Minor grammar change in Windows installer.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 21 Feb 2012 16:07:32 +0000 (17:07 +0100)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 21 Feb 2012 16:07:32 +0000 (17:07 +0100)
Misc/NEWS
Tools/msi/msi.py

index c8556b38b9406c980c42e0ef5b2cf72dc935c043..3726f976dcd944ffb63e26cdb3669c3f7cf9af09 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
index f01aa7ff4645fdefcc43f61bc45c2bdf00c698f1..5475bd0f6073de32a76bc71515f6530a7b5b8ee7 100644 (file)
@@ -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,