summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-07-15 01:51:31 +0000
committerBill Nottingham <notting@redhat.com>2002-07-15 01:51:31 +0000
commitadb12e23c0eb89f82ad23e361e772a12081e9905 (patch)
treea6a3f196eab4572916191074e89b030e108d1878 /partIntfHelpers.py
parent1a8a127ef6103e623d9a6678ec7164c465973733 (diff)
downloadanaconda-adb12e23c0eb89f82ad23e361e772a12081e9905.tar.gz
anaconda-adb12e23c0eb89f82ad23e361e772a12081e9905.tar.xz
anaconda-adb12e23c0eb89f82ad23e361e772a12081e9905.zip
fix typo (#68830)
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):