diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-02-25 01:53:01 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-02-25 01:53:01 +0000 |
commit | 5b4676bdc7fa5ffa817e3efa5facc12b8c1390e6 (patch) | |
tree | b10bfc516166a799565045d0c5ee29703f389536 /partIntfHelpers.py | |
parent | b7bcba6bfeb7d83a8563222cdcd91aa1ef14f1f6 (diff) | |
download | anaconda-5b4676bdc7fa5ffa817e3efa5facc12b8c1390e6.tar.gz anaconda-5b4676bdc7fa5ffa817e3efa5facc12b8c1390e6.tar.xz anaconda-5b4676bdc7fa5ffa817e3efa5facc12b8c1390e6.zip |
add a space (#60302)
Diffstat (limited to 'partIntfHelpers.py')
-rw-r--r-- | partIntfHelpers.py | 2 |
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") |