[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 6/6] Add the warning message for an invalid create.
- From: Joel Granados Moreno <jgranado redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH 6/6] Add the warning message for an invalid create.
- Date: Thu, 30 Jul 2009 16:19:18 +0200
---
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]