diff options
author | bfox <bfox> | 2004-03-12 22:04:12 +0000 |
---|---|---|
committer | bfox <bfox> | 2004-03-12 22:04:12 +0000 |
commit | 72f0c26d3db3ff72e212507b86db44f73ed3f350 (patch) | |
tree | 24a8b5b878c245a3343d9d40a817aa15e19f7ed6 /partIntfHelpers.py | |
parent | 248a517a963c38fc51c4033ec17af8cd6c4955e6 (diff) | |
download | anaconda-72f0c26d3db3ff72e212507b86db44f73ed3f350.tar.gz anaconda-72f0c26d3db3ff72e212507b86db44f73ed3f350.tar.xz anaconda-72f0c26d3db3ff72e212507b86db44f73ed3f350.zip |
even better wording
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 d97805daf..391d4a1e5 100644 --- a/partIntfHelpers.py +++ b/partIntfHelpers.py @@ -404,7 +404,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 you should " + "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 |