summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
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: