From c93ded767b341113463b152726f79774ca601eb1 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 11 Oct 2005 16:12:55 +0000 Subject: 2005-10-11 Jeremy Katz * iw/partition_gui.py (PartitionWindow.makeraidCB): Fix traceback (#170189) --- iw/partition_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iw') diff --git a/iw/partition_gui.py b/iw/partition_gui.py index 2c8b8ebf0..b2e81e76d 100644 --- a/iw/partition_gui.py +++ b/iw/partition_gui.py @@ -1245,7 +1245,7 @@ class PartitionWindow(InstallWindow): "For more information on using RAID devices " "please consult the %s documentation.\n\n" "You currently have %s software RAID " - "partition(s) free to use.\n\n") % (constants.productName, len(availraidparts)) + "partition(s) free to use.\n\n") % (productName, len(availraidparts)) if len(availraidparts) < 2: lbltxt = lbltxt + _("To use RAID you must first " -- cgit