summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-07-06 19:53:27 +0000
committerJeremy Katz <katzj@redhat.com>2007-07-06 19:53:27 +0000
commit38a370eda68297d5094a5b495b8f339766aed3e9 (patch)
treec5e688913e7f6ae77f848945775621cdfd08fc07 /partIntfHelpers.py
parenta065d12b07928b9d327a5fc59104956c234753dc (diff)
downloadanaconda-38a370eda68297d5094a5b495b8f339766aed3e9.tar.gz
anaconda-38a370eda68297d5094a5b495b8f339766aed3e9.tar.xz
anaconda-38a370eda68297d5094a5b495b8f339766aed3e9.zip
2007-07-06 Jeremy Katz <katzj@redhat.com>
* partedUtils.py (DiskSet.openDevices): Fix double space (#246703) * partIntfHelpers.py (queryNoFormatPreExisting): Likewise.
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 b1c942b1e..2bd0ebaaf 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -413,7 +413,7 @@ def queryNoFormatPreExisting(intf):
"to make sure files from a previous operating system installation "
"do not cause problems with this installation of Linux. "
"However, if this partition contains files that you need "
- "to keep, such as home directories, then "
+ "to keep, such as home directories, then "
"continue without formatting this partition.")
rc = intf.messageWindow(_("Format?"), txt, type = "custom", custom_buttons=[_("_Modify Partition"), _("Do _Not Format")], custom_icon="warning")
return rc