summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
authorbfox <bfox>2004-03-12 22:01:52 +0000
committerbfox <bfox>2004-03-12 22:01:52 +0000
commit248a517a963c38fc51c4033ec17af8cd6c4955e6 (patch)
tree0a6e5fed9406141b173739f1203e74805b40d1f8 /partIntfHelpers.py
parent915de2ea8099627248cabb8cbb410aa3567df731 (diff)
downloadanaconda-248a517a963c38fc51c4033ec17af8cd6c4955e6.tar.gz
anaconda-248a517a963c38fc51c4033ec17af8cd6c4955e6.tar.xz
anaconda-248a517a963c38fc51c4033ec17af8cd6c4955e6.zip
clarify wording (bug #117669)
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 bd7382b65..d97805daf 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 a users home directories, then you should "
+ "to keep, such as home directories, then you should "
"continue without formatting this partition.")
rc = intf.messageWindow(_("Format?"), txt, type = "custom", custom_buttons=[_("_Modify Partition"), _("Do _Not Format")], custom_icon="warning")
return rc