summaryrefslogtreecommitdiffstats
path: root/textw/lilo_text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-08-02 04:16:44 +0000
committerMatt Wilson <msw@redhat.com>2000-08-02 04:16:44 +0000
commit597082022f686f20a310a225db5f1e382588f69a (patch)
tree20df866960b1b737ddc4b85730286f3c8c1100d7 /textw/lilo_text.py
parent65dd90c0f01e80f4c25bbc4449d45a71ba343ddd (diff)
downloadanaconda-597082022f686f20a310a225db5f1e382588f69a.tar.gz
anaconda-597082022f686f20a310a225db5f1e382588f69a.tar.xz
anaconda-597082022f686f20a310a225db5f1e382588f69a.zip
translate
Diffstat (limited to 'textw/lilo_text.py')
-rw-r--r--textw/lilo_text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/lilo_text.py b/textw/lilo_text.py
index 12e311ed4..498f0c5bc 100644
--- a/textw/lilo_text.py
+++ b/textw/lilo_text.py
@@ -78,8 +78,8 @@ class LiloWindow:
format = "/dev/%-11s %s"
locations = []
- locations.append (format % (boothd, "Master Boot Record (MBR)"))
- locations.append (format % (bootpart, "First sector of boot partition"))
+ locations.append (format % (boothd, _("Master Boot Record (MBR)")))
+ locations.append (format % (bootpart, _("First sector of boot partition")))
(rc, sel) = ListboxChoiceWindow (screen, _("LILO Configuration"),
_("Where do you want to install the bootloader?"),