summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-04-19 06:47:11 +0000
committerJeremy Katz <katzj@redhat.com>2002-04-19 06:47:11 +0000
commit8dbba1d2fec96ce4f13b4b9d7c2c19167644f6fa (patch)
tree89eb3400e117d4495d66294e2d8f755b9847c691 /partIntfHelpers.py
parent8e7a9bc91b98a02e41dd6d53e8a2027c482346a8 (diff)
partitioning bits merged into their new, improved, moved locations
Diffstat (limited to 'partIntfHelpers.py')
-rw-r--r--partIntfHelpers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/partIntfHelpers.py b/partIntfHelpers.py
index 3fb93ab42..89b1ff0de 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -321,7 +321,7 @@ def partitionSanityErrors(intf, errors):
"scheme. "
"These errors must be corrected prior "
"to continuing with your install of "
- "Red Hat Linux.\n\n%s") %(errorstr))
+ "%s.\n\n%s") %(errorstr, productName))
return rc
def partitionSanityWarnings(intf, warnings):
@@ -392,7 +392,7 @@ def confirmDeleteRequest(intf, request):
"Are you sure?")
else:
errmsg = _("You are about to delete the /dev/%s partition.\n\n"
- "Are you sure?" % request.device)
+ "Are you sure?" % (request.device,))
else:
errmsg = _("Are you sure you want to delete this partition?")