summaryrefslogtreecommitdiffstats
path: root/iw/osbootwidget.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-09-21 22:24:07 +0000
committerJeremy Katz <katzj@redhat.com>2003-09-21 22:24:07 +0000
commit09816349f90113f7115c872c0315d8c8d0af578d (patch)
treeae02e850e8b87c63e9ff7e5cc9ca47544eed965c /iw/osbootwidget.py
parent25caf3a97d2b7e6d8b3331a42e226000903f4ce4 (diff)
downloadanaconda-09816349f90113f7115c872c0315d8c8d0af578d.tar.gz
anaconda-09816349f90113f7115c872c0315d8c8d0af578d.tar.xz
anaconda-09816349f90113f7115c872c0315d8c8d0af578d.zip
s/Red Hat Linux/productName/
Diffstat (limited to 'iw/osbootwidget.py')
-rw-r--r--iw/osbootwidget.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/iw/osbootwidget.py b/iw/osbootwidget.py
index 15471b53b..fa12154a9 100644
--- a/iw/osbootwidget.py
+++ b/iw/osbootwidget.py
@@ -19,6 +19,7 @@ import iutil
import partedUtils
import gui
from rhpl.translate import _, N_
+from constants import *
class OSBootWidget:
@@ -334,8 +335,9 @@ class OSBootWidget:
else:
self.intf.messageWindow(_("Cannot Delete"),
_("This boot target cannot be deleted "
- "because it is for the Red Hat Linux "
- "system you are about to install."),
+ "because it is for the %s "
+ "system you are about to install.")
+ %(productName,),
type="warning")
def editEntry(self, widget, *args):