summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-12-05 12:55:55 -0500
committerJeremy Katz <katzj@redhat.com>2008-12-05 12:56:17 -0500
commit5d82ae5363817338b1c12bbeeca28b860e7d4927 (patch)
treef7b11ec1c07e44d1ca5b1d20c79013a08786cb5e /textw
parente6541c849d5edefa4ae72e215e40c1d564dec09f (diff)
downloadanaconda-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.py5
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)