From cf437fee06918a3d5777fb43d32d5d5dcf695de0 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 22 Jun 2015 16:16:05 -0400 Subject: [PATCH] Remove descriptions for RAID levels (#959701) Resolves: #959701 Now that inline help is available, the users can refer to the documentation to try to decide what is the right RAID for them. Signed-off-by: mulhern --- pyanaconda/ui/gui/spokes/custom.glade | 12 ++++++------ .../ui/gui/spokes/lib/custom_storage_helpers.glade | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pyanaconda/ui/gui/spokes/custom.glade b/pyanaconda/ui/gui/spokes/custom.glade index dc94a408de5..ec6d1739857 100644 --- a/pyanaconda/ui/gui/spokes/custom.glade +++ b/pyanaconda/ui/gui/spokes/custom.glade @@ -59,27 +59,27 @@ - RAID0 <span foreground="grey">(Performance)</span> + RAID0 raid0 - RAID1 <span foreground="grey">(Redundancy)</span> + RAID1 raid1 - RAID4 <span foreground="grey">(Error Checking)</span> + RAID4 raid4 - RAID5 <span foreground="grey">(Distributed Error Checking)</span> + RAID5 raid5 - RAID6 <span foreground="grey">(Redundant Error Checking)</span> + RAID6 raid6 - RAID10 <span foreground="grey">(Performance, Redundancy)</span> + RAID10 raid10 diff --git a/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade b/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade index 364a6ced6a4..19b4486727a 100644 --- a/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade +++ b/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade @@ -532,31 +532,31 @@ use. Try something else? none - Single <span foreground="grey">(No Redundancy, No Striping)</span> + Single single - RAID0 <span foreground="grey">(Performance)</span> + RAID0 raid0 - RAID1 <span foreground="grey">(Redundancy)</span> + RAID1 raid1 - RAID4 <span foreground="grey">(Error Checking)</span> + RAID4 raid4 - RAID5 <span foreground="grey">(Distributed Error Checking)</span> + RAID5 raid5 - RAID6 <span foreground="grey">(Redundant Error Checking)</span> + RAID6 raid6 - RAID10 <span foreground="grey">(Performance, Redundancy)</span> + RAID10 raid10