diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-12-05 21:33:39 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-12-05 21:33:39 +0000 |
commit | 849983500194030a4efa925570277a1b38f90cbc (patch) | |
tree | 20281a5605ffecc1863cc5d3c744dcb70fcc86a0 | |
parent | 31c5a74e6bb7486960a525f4ccc58bfbce24d18d (diff) | |
download | anaconda-849983500194030a4efa925570277a1b38f90cbc.tar.gz anaconda-849983500194030a4efa925570277a1b38f90cbc.tar.xz anaconda-849983500194030a4efa925570277a1b38f90cbc.zip |
merge fix
-rw-r--r-- | partitions.py | 2 |
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: |