diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-02 04:16:44 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-02 04:16:44 +0000 |
commit | 597082022f686f20a310a225db5f1e382588f69a (patch) | |
tree | 20df866960b1b737ddc4b85730286f3c8c1100d7 /textw | |
parent | 65dd90c0f01e80f4c25bbc4449d45a71ba343ddd (diff) | |
download | anaconda-597082022f686f20a310a225db5f1e382588f69a.tar.gz anaconda-597082022f686f20a310a225db5f1e382588f69a.tar.xz anaconda-597082022f686f20a310a225db5f1e382588f69a.zip |
translate
Diffstat (limited to 'textw')
-rw-r--r-- | textw/lilo_text.py | 4 |
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?"), |