diff options
author | David Cantrell <dcantrell@redhat.com> | 2007-02-13 13:54:31 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2007-02-13 13:54:31 +0000 |
commit | 4e53923a652dee2e2b385500af27b0b5a82605c7 (patch) | |
tree | e880e028b77cdd4ea980f10e15e715ab58ef31ec /autopart.py | |
parent | cecd9c0bdb0e0ae6b1b647a736087b66612b7dbc (diff) | |
download | anaconda-4e53923a652dee2e2b385500af27b0b5a82605c7.tar.gz anaconda-4e53923a652dee2e2b385500af27b0b5a82605c7.tar.xz anaconda-4e53923a652dee2e2b385500af27b0b5a82605c7.zip |
* autopart.py (doAutoPartition): Add space before %s in error dialog
text (#228192).
Diffstat (limited to 'autopart.py')
-rw-r--r-- | autopart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py index e86fe4744..d527efdb6 100644 --- a/autopart.py +++ b/autopart.py @@ -1519,7 +1519,7 @@ def doAutoPartition(anaconda): "partitioning:\n\n%s\n\n" "This can happen if there is not enough " "space on your hard drive(s) for the " - "installation.%s") + "installation. %s") % (errortxt, extra), custom_icon='error') # |