diff options
Diffstat (limited to 'partIntfHelpers.py')
| -rw-r--r-- | partIntfHelpers.py | 4 |
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?") |
