summaryrefslogtreecommitdiffstats
path: root/harddrive.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-01-23 20:01:48 +0000
committerMike Fulbright <msf@redhat.com>2003-01-23 20:01:48 +0000
commit53302a87f7df51aeec469b1628eeafd963124c6a (patch)
tree8df6f4f504df9093fa24301fe14290f80e7a6006 /harddrive.py
parent4b421e23e04c4bc8ffd6a1848c71b88ee1412a10 (diff)
downloadanaconda-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
Diffstat (limited to 'harddrive.py')
-rw-r--r--harddrive.py2
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