summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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