summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
Diffstat (limited to 'textw')
-rw-r--r--textw/partition_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py
index f0d1a78d0..4fb47fa2a 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -62,7 +62,7 @@ class PartitionWindow:
elif part.type & parted.PARTITION_EXTENDED:
ptype = _("Extended")
elif part.get_flag(parted.PARTITION_RAID) == 1:
- ptype = _("software RAID component")
+ ptype = _("software RAID")
elif part.fs_type:
if request and request.fstype != None:
ptype = request.fstype.getName()