[PATCH 19/19] Use correct name for MD RAID device description text.

David Lehman dlehman at redhat.com
Thu Oct 18 21:49:47 UTC 2012


---
 pyanaconda/ui/gui/spokes/custom.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 0683a3f..f64d416 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -1499,7 +1499,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
         include_md = (use_dev.type == "mdarray" or
                       len(self._clearpartDevices) > 1)
         if include_md and not md_included:
-            typeCombo.append_text(DEVICE_TEXT_RAID)
+            typeCombo.append_text(DEVICE_TEXT_MD)
         elif md_included and not include_md:
             typeCombo.remove(md_pos)
 
-- 
1.7.7.6



More information about the anaconda-patches mailing list