summaryrefslogtreecommitdiffstats
path: root/textw/bootloader_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-08-02 06:31:39 +0000
committerJeremy Katz <katzj@redhat.com>2002-08-02 06:31:39 +0000
commit9f4e50bdbf19ebe0e124325b0a62479878f5d0ef (patch)
treeb76e0214d8ef4f8266a06bd668c482ae514fffcd /textw/bootloader_text.py
parent36c241255deaf2636ebed5a01285efa006020ee1 (diff)
downloadanaconda-9f4e50bdbf19ebe0e124325b0a62479878f5d0ef.tar.gz
anaconda-9f4e50bdbf19ebe0e124325b0a62479878f5d0ef.tar.xz
anaconda-9f4e50bdbf19ebe0e124325b0a62479878f5d0ef.zip
tweak (#70447)
Diffstat (limited to 'textw/bootloader_text.py')
-rw-r--r--textw/bootloader_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/bootloader_text.py b/textw/bootloader_text.py
index 3fe3aa1d3..66bee7043 100644
--- a/textw/bootloader_text.py
+++ b/textw/bootloader_text.py
@@ -216,7 +216,7 @@ class BootloaderImagesWindow:
subgrid.setField(device, 1, 0, padding = (1, 0, 0, 0), anchorLeft = 1)
subgrid.setField(bootLabel, 0, 1, anchorLeft = 1)
subgrid.setField(newLabel, 1, 1, padding = (1, 0, 0, 0), anchorLeft = 1)
- g = GridFormHelp(screen, _("Edit Boot Label Please"), "bootlabel", 1, 2)
+ g = GridFormHelp(screen, _("Edit Boot Label"), "bootlabel", 1, 2)
g.add(subgrid, 0, 0, padding = (0, 0, 0, 1))
g.add(buttons, 0, 1, growx = 1)