diff options
author | Mike Fulbright <msf@redhat.com> | 2001-07-06 19:47:41 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-07-06 19:47:41 +0000 |
commit | deb2482d71346d44fd5c8533c06bc20cd3f6bffb (patch) | |
tree | a6d9320db2d3d80d2b5a82be6b1c88f99a3be699 /textw/bootloader_text.py | |
parent | 51aff79ebedbb0919a1029958adc3ed5878e8fbb (diff) | |
download | anaconda-deb2482d71346d44fd5c8533c06bc20cd3f6bffb.tar.gz anaconda-deb2482d71346d44fd5c8533c06bc20cd3f6bffb.tar.xz anaconda-deb2482d71346d44fd5c8533c06bc20cd3f6bffb.zip |
more tag changes for online docs
Diffstat (limited to 'textw/bootloader_text.py')
-rw-r--r-- | textw/bootloader_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/bootloader_text.py b/textw/bootloader_text.py index 7dd6d4514..a7c0fb637 100644 --- a/textw/bootloader_text.py +++ b/textw/bootloader_text.py @@ -243,7 +243,7 @@ class BootloaderImagesWindow: "what partitions you would like to be able to boot " "and what label you want to use for each of them.")) - g = GridFormHelp(screen, _("Bootloader Configuration"), + g = GridFormHelp(screen, _("Boot Loader Configuration"), "bootloaderlabels", 1, 4) g.add(text, 0, 0, anchorLeft = 1) g.add(listboxLabel, 0, 1, padding = (0, 1, 0, 0), anchorLeft = 1) |