summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2003-07-17 15:32:55 +0000
committerKarsten Hopp <karsten@redhat.de>2003-07-17 15:32:55 +0000
commit60cb33fa3805f5f9dacb7e0c82e0953e168b1d47 (patch)
treec238210036266cbf8612a6ebeb63361f420c0de1
parente0ccf9c80df49432e6a58312073441083b1636ae (diff)
downloadanaconda-60cb33fa3805f5f9dacb7e0c82e0953e168b1d47.tar.gz
anaconda-60cb33fa3805f5f9dacb7e0c82e0953e168b1d47.tar.xz
anaconda-60cb33fa3805f5f9dacb7e0c82e0953e168b1d47.zip
missing space, uppercase DASD
-rw-r--r--partedUtils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/partedUtils.py b/partedUtils.py
index 500979fa2..670fa9a56 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -264,8 +264,8 @@ def checkDasdFmt(disk, intf):
if intf:
rc = intf.messageWindow(_("Warning"),
- _("The /dev/%s device is LDL formatted instead of"
- "CDL formatted. LDL formatted dasds are not "
+ _("The /dev/%s device is LDL formatted instead of "
+ "CDL formatted. LDL formatted DASDs are not "
"supported for usage during an install of %s. "
"If you wish to use this disk for installation, "
"it must be re-initialized causing the loss of "