diff options
author | Mike Fulbright <msf@redhat.com> | 2003-01-23 20:01:48 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-01-23 20:01:48 +0000 |
commit | 53302a87f7df51aeec469b1628eeafd963124c6a (patch) | |
tree | 8df6f4f504df9093fa24301fe14290f80e7a6006 | |
parent | 4b421e23e04c4bc8ffd6a1848c71b88ee1412a10 (diff) | |
download | anaconda-53302a87f7df51aeec469b1628eeafd963124c6a.tar.gz anaconda-53302a87f7df51aeec469b1628eeafd963124c6a.tar.xz anaconda-53302a87f7df51aeec469b1628eeafd963124c6a.zip |
ok show some mercy and let the poor sap know when he hits Ok his machine is rebooting
-rw-r--r-- | harddrive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/harddrive.py b/harddrive.py index f91d7d50d..ff88d1a40 100644 --- a/harddrive.py +++ b/harddrive.py @@ -207,7 +207,7 @@ class HardDriveInstallMethod(InstallMethod): if not self.discImages.has_key(h[1000002]): self.messageWindow(_("Error"), _("Missing CD #%d, which is required for the " - "install.") % h[1000002]) + "install.\n\nThe system will now reboot.") % h[1000002]) sys.exit(0) return hl |