diff options
author | Jeremy Katz <katzj@redhat.com> | 2008-12-05 12:55:55 -0500 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2008-12-05 12:56:17 -0500 |
commit | 5d82ae5363817338b1c12bbeeca28b860e7d4927 (patch) | |
tree | f7b11ec1c07e44d1ca5b1d20c79013a08786cb5e /textw | |
parent | e6541c849d5edefa4ae72e215e40c1d564dec09f (diff) | |
download | anaconda-5d82ae5363817338b1c12bbeeca28b860e7d4927.tar.gz anaconda-5d82ae5363817338b1c12bbeeca28b860e7d4927.tar.xz anaconda-5d82ae5363817338b1c12bbeeca28b860e7d4927.zip |
Change text to reflect Jesse's comments
Diffstat (limited to 'textw')
-rw-r--r-- | textw/complete_text.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textw/complete_text.py b/textw/complete_text.py index 9b1871fde..df735547f 100644 --- a/textw/complete_text.py +++ b/textw/complete_text.py @@ -34,11 +34,10 @@ class FinishedWindow: screen.pushHelpLine (string.center(bottomstr, screen.width)) txt = _("Congratulations, your %s installation is complete.\n\n" - "Please reboot the system to use the installed system. " + "Please reboot to use the installed system. " "Note that updates may be available to ensure the proper " "functioning of your system and installation of these " - "updates is recommended after initially booting your " - "system.") %(productName,) + "updates is recommended after the reboot.") %(productName,) rc = ButtonChoiceWindow (screen, _("Complete"), txt, [ _("Reboot") ], help = "finished", width=60) |