summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-03-07 00:12:03 +0000
committerJeremy Katz <katzj@redhat.com>2002-03-07 00:12:03 +0000
commit2deb0bae5ef11c8f35ef540a12e08f1d9dbf29af (patch)
tree512668153d7b886198df4c72e527552179efd82a /upgrade.py
parentee0f9875f5510a2475f0e20e7a82aec1c4ed356c (diff)
downloadanaconda-2deb0bae5ef11c8f35ef540a12e08f1d9dbf29af.tar.gz
anaconda-2deb0bae5ef11c8f35ef540a12e08f1d9dbf29af.tar.xz
anaconda-2deb0bae5ef11c8f35ef540a12e08f1d9dbf29af.zip
there is now a configurable product string (#60372) defined in Makefile.inc
and sucked into product.py (which gets pulled into constants.py as productName)
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index 7e13ff447..3bae132f3 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -40,7 +40,7 @@ def findExistingRoots(intf, id, chroot):
diskset.openDevices()
win = intf.waitWindow(_("Searching"),
- _("Searching for Red Hat Linux installations..."))
+ _("Searching for %s installations...") % (productName,))
rootparts = diskset.findExistingRootPartitions(intf)
win.pop()