summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-12-16 16:51:01 +0000
committerBill Nottingham <notting@redhat.com>2003-12-16 16:51:01 +0000
commit521dbe80148a5e5301c8494592032c475c9be2e0 (patch)
tree673e4369f7b841a861efd97a14d6982b173c9098 /textw
parent7ca8fa80202cdc514659eac64a51fafaf66dbbbe (diff)
downloadanaconda-521dbe80148a5e5301c8494592032c475c9be2e0.tar.gz
anaconda-521dbe80148a5e5301c8494592032c475c9be2e0.tar.xz
anaconda-521dbe80148a5e5301c8494592032c475c9be2e0.zip
remove some Red Hat-isms
Diffstat (limited to 'textw')
-rw-r--r--textw/bootloader_text.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/textw/bootloader_text.py b/textw/bootloader_text.py
index 8ca4e469c..8f7ef8ae6 100644
--- a/textw/bootloader_text.py
+++ b/textw/bootloader_text.py
@@ -12,6 +12,7 @@
#
from snack import *
+from constants import *
from constants_text import *
from rhpl.translate import _
from flags import flags
@@ -298,10 +299,10 @@ class BootloaderImagesWindow:
TEXT_BACK_BUTTON ] )
text = TextboxReflowed(55,
- _("The boot manager Red Hat uses can boot other "
+ _("The boot manager %s uses can boot other "
"operating systems as well. You need to tell me "
"what partitions you would like to be able to boot "
- "and what label you want to use for each of them."))
+ "and what label you want to use for each of them.") % (productName,))
g = GridFormHelp(screen, _("Boot Loader Configuration"),
"bootloaderlabels", 1, 4)