summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-06-12 05:59:26 +0000
committerMike Fulbright <msf@redhat.com>2002-06-12 05:59:26 +0000
commite218d7a11a6d2dca8a3419c8504dacd9dcd72ff7 (patch)
tree7a821339e014f14295f06c5ec4a2558fb64a6c6a /partIntfHelpers.py
parente56d8d982a12443786689ed1efc9e20a7f947468 (diff)
downloadanaconda-e218d7a11a6d2dca8a3419c8504dacd9dcd72ff7.tar.gz
anaconda-e218d7a11a6d2dca8a3419c8504dacd9dcd72ff7.tar.xz
anaconda-e218d7a11a6d2dca8a3419c8504dacd9dcd72ff7.zip
tweak message about doing actions on LVs from treeview
Diffstat (limited to 'partIntfHelpers.py')
-rw-r--r--partIntfHelpers.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/partIntfHelpers.py b/partIntfHelpers.py
index 51657c5c4..bcc9c6e49 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -110,7 +110,9 @@ def isNotChangable(request, requestlist):
if request.type == REQUEST_LV:
# temporary message
return _("The %s action on logical volumes from the "
- "treeview is not currently supported.")
+ "treeview is not currently supported.\n\n"
+ "To perform this action first edit the "
+ "associated volume group.")
if requestlist.isLVMVolumeGroupMember(request):
return _("You cannot %s this partition, as it is part of a LVM "