summaryrefslogtreecommitdiffstats
path: root/partitions.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-12-05 21:33:39 +0000
committerJeremy Katz <katzj@redhat.com>2003-12-05 21:33:39 +0000
commit849983500194030a4efa925570277a1b38f90cbc (patch)
tree20281a5605ffecc1863cc5d3c744dcb70fcc86a0 /partitions.py
parent31c5a74e6bb7486960a525f4ccc58bfbce24d18d (diff)
downloadanaconda-849983500194030a4efa925570277a1b38f90cbc.tar.gz
anaconda-849983500194030a4efa925570277a1b38f90cbc.tar.xz
anaconda-849983500194030a4efa925570277a1b38f90cbc.zip
merge fix
Diffstat (limited to 'partitions.py')
-rw-r--r--partitions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions.py b/partitions.py
index 3e2ec72bf..74e9cbef8 100644
--- a/partitions.py
+++ b/partitions.py
@@ -856,7 +856,7 @@ class Partitions:
warnings.append(_("Your %s partition is less than %s "
"megabytes which is lower than "
"recommended for a normal %s install.")
- %(_("PPC PReP Boot"), size, productName))
+ %(_("PPC PReP Boot"), minsize, productName))
for (mount, size) in checkSizes: