summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-22 04:12:36 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-22 04:12:36 +0000
commit95381446ab1f04388bcf78713fe627270934a187 (patch)
tree6f3cbf7e0e5f61890fbefd8a371cfddb24d299a6
parentbd6e20f9d1a6d961c80fccaeef807193d71e8691 (diff)
downloadanaconda-95381446ab1f04388bcf78713fe627270934a187.tar.gz
anaconda-95381446ab1f04388bcf78713fe627270934a187.tar.xz
anaconda-95381446ab1f04388bcf78713fe627270934a187.zip
grammar fix
-rw-r--r--textw/partition_text.py2
1 files changed, 1 insertions, 1 deletions
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),