summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-02-13 13:54:31 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-02-13 13:54:31 +0000
commit4e53923a652dee2e2b385500af27b0b5a82605c7 (patch)
treee880e028b77cdd4ea980f10e15e715ab58ef31ec /autopart.py
parentcecd9c0bdb0e0ae6b1b647a736087b66612b7dbc (diff)
downloadanaconda-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.py2
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')
#