--- iw/partition_gui.py | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/iw/partition_gui.py b/iw/partition_gui.py index 9d1529b..557cd9e 100644 --- a/iw/partition_gui.py +++ b/iw/partition_gui.py @@ -1112,8 +1112,13 @@ class PartitionWindow(InstallWindow): and not activate_create_raid_dev and not activate_create_raid_clone): self.intf.messageWindow(_("Cannot perform any creation action"), - _("Follows an explination... "), - custom_icon="warning") + _("Note that the creation action requires one of the " + "following:\n\n" + "* Free space in one of the Hard Drives.\n" + "* At least two free Software RAID partitions.\n" + "* At least one free physical volume (LVM) partition.\n" + "* At least one Volume Group with free space."), + custom_icon="warning") return # GTK crap starts here. -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list