summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-25 01:53:01 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-25 01:53:01 +0000
commit5b4676bdc7fa5ffa817e3efa5facc12b8c1390e6 (patch)
treeb10bfc516166a799565045d0c5ee29703f389536 /partIntfHelpers.py
parentb7bcba6bfeb7d83a8563222cdcd91aa1ef14f1f6 (diff)
downloadanaconda-5b4676bdc7fa5ffa817e3efa5facc12b8c1390e6.tar.gz
anaconda-5b4676bdc7fa5ffa817e3efa5facc12b8c1390e6.tar.xz
anaconda-5b4676bdc7fa5ffa817e3efa5facc12b8c1390e6.zip
add a space (#60302)
Diffstat (limited to 'partIntfHelpers.py')
-rw-r--r--partIntfHelpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partIntfHelpers.py b/partIntfHelpers.py
index 9c3a5143c..3fb93ab42 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -304,7 +304,7 @@ def queryNoFormatPreExisting(intf):
"However, if this partition contains files that you need "
"to keep, such as a users home directories, then you should "
"continue without formatting this partition. \n\n"
- "Are you sure you want to continue without formatting"
+ "Are you sure you want to continue without formatting "
"the partition ?")
rc = intf.messageWindow(_("Format?"), txt, type = "yesno", default = "no")