summaryrefslogtreecommitdiffstats
path: root/textw/partition_text.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/partition_text.py')
-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 1c04d7c67..ea1eaa077 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -376,7 +376,7 @@ class PartitionWindow:
# make the list of drives for the RAID
def makeRaidDriveList(self, request):
subgrid = Grid(1, 2)
- driveLbl = Label(_("Raid Members:"))
+ driveLbl = Label(_("RAID Members:"))
subgrid.setField(driveLbl, 0, 0)
disks = self.diskset.disks.keys()
drivelist = CheckboxTree(height=2, scroll=1)