summaryrefslogtreecommitdiffstats
path: root/partRequests.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-12 02:01:36 +0000
committerMike Fulbright <msf@redhat.com>2002-07-12 02:01:36 +0000
commit0861c76f6d81f5c623eb1accb1a27ea0bf9fcc2e (patch)
treee8e7bceba0cc8e07e8ce98bb5c2bdbbcd4888267 /partRequests.py
parent3fa09b6811591026daa27fd67bdc75494558ce25 (diff)
downloadanaconda-0861c76f6d81f5c623eb1accb1a27ea0bf9fcc2e.tar.gz
anaconda-0861c76f6d81f5c623eb1accb1a27ea0bf9fcc2e.tar.xz
anaconda-0861c76f6d81f5c623eb1accb1a27ea0bf9fcc2e.zip
Changes as per Milan Documentation String Review
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