summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-21 23:27:14 +0000
committerMatt Wilson <msw@redhat.com>2000-02-21 23:27:14 +0000
commit49ac3066823822eb55848f757fa3715c91182009 (patch)
tree12b9078ae89955649ebe8e8c9371f48beda27599 /iw
parenta33053b7caa417737a28d7f6c136e12f9d5bf2cf (diff)
downloadanaconda-49ac3066823822eb55848f757fa3715c91182009.tar.gz
anaconda-49ac3066823822eb55848f757fa3715c91182009.tar.xz
anaconda-49ac3066823822eb55848f757fa3715c91182009.zip
testing
Diffstat (limited to 'iw')
-rw-r--r--iw/lilo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/lilo.py b/iw/lilo.py
index 8199f2d65..546ab44bf 100644
--- a/iw/lilo.py
+++ b/iw/lilo.py
@@ -122,7 +122,7 @@ class LiloWindow (InstallWindow):
self.deviceLabel.set_text(_("Partition") + ": " + device)
device = device[5:]
- self.typeLabel.set_text(_("Type") + ":" + self.typeName(type))
+ self.typeLabel.set_text(_("Type") + ":" + type)
self.labelEntry.set_text(label)
if not label: