summaryrefslogtreecommitdiffstats
path: root/partRequests.py
diff options
context:
space:
mode:
Diffstat (limited to 'partRequests.py')
-rw-r--r--partRequests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/partRequests.py b/partRequests.py
index 51de2e70c..eb9237111 100644
--- a/partRequests.py
+++ b/partRequests.py
@@ -212,11 +212,11 @@ class RequestSpec:
if self.fstype.isMountable():
if self.mountpoint in mustbeonroot:
return _("This mount point is invalid. This directory must "
- "be on the / filesystem.")
+ "be on the / file system.")
if not self.fstype.isLinuxNativeFS():
if self.mountpoint in mustbeonlinuxfs:
- return _("This mount point must be on a linux filesystem.")
+ return _("This mount point must be on a linux file system.")
return None