summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
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 de89f70dc..799772954 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -101,7 +101,7 @@ def sanityCheckMountPoint(mntpt, fstype, preexisting):
def isNotChangable(request, requestlist):
if request:
if request.getProtected():
- return _("You cannot %s this partition, as it is holding the data"
+ return _("You cannot %s this partition, as it is holding the data "
"for the hard drive install.")
if requestlist.isRaidMember(request):