summaryrefslogtreecommitdiffstats
path: root/harddrive.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-01-23 20:03:22 +0000
committerMike Fulbright <msf@redhat.com>2003-01-23 20:03:22 +0000
commitc9fa7f7ec292d892b05028c4c7cc0b4c40103f38 (patch)
tree0632427ddb66bee2601ae679f0cff3177a11ca76 /harddrive.py
parent53302a87f7df51aeec469b1628eeafd963124c6a (diff)
downloadanaconda-c9fa7f7ec292d892b05028c4c7cc0b4c40103f38.tar.gz
anaconda-c9fa7f7ec292d892b05028c4c7cc0b4c40103f38.tar.xz
anaconda-c9fa7f7ec292d892b05028c4c7cc0b4c40103f38.zip
and it isnt a CD you are missing, its an ISO image
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 ff88d1a40..d432a7960 100644
--- a/harddrive.py
+++ b/harddrive.py
@@ -206,7 +206,7 @@ class HardDriveInstallMethod(InstallMethod):
import sys
if not self.discImages.has_key(h[1000002]):
self.messageWindow(_("Error"),
- _("Missing CD #%d, which is required for the "
+ _("Missing ISO image for CD #%d, which is required for the "
"install.\n\nThe system will now reboot.") % h[1000002])
sys.exit(0)