From 95381446ab1f04388bcf78713fe627270934a187 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Sun, 22 Jul 2001 04:12:36 +0000 Subject: grammar fix --- textw/partition_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textw/partition_text.py b/textw/partition_text.py index 81c8070c2..48e5ac5fe 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -145,7 +145,7 @@ class PartitionWindow: rc = 0 except PartitioningError, msg: self.intf.messageWindow(_("Error Partitioning"), - _("Could not allocated requested partitions: %s.") % (msg)) + _("Could not allocate requested partitions: %s.") % (msg)) rc = -1 except PartitioningWarning, msg: rc = ButtonChoiceWindow(self.screen, _("Warning"), _("Warning: %s") %(msg), -- cgit