summaryrefslogtreecommitdiffstats
path: root/harddrive.py
diff options
context:
space:
mode:
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)