summaryrefslogtreecommitdiffstats
path: root/textw/partition_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-23 04:31:18 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-23 04:31:18 +0000
commitc75df9d95e5d4e8532d72c444f5bb00da2c083ab (patch)
tree113fc41c5009deed5c46a6ae097f2b5d2cf9954c /textw/partition_text.py
parentf2abfedb17da977a7c05306b8e34f89cfd94f3c0 (diff)
downloadanaconda-c75df9d95e5d4e8532d72c444f5bb00da2c083ab.tar.gz
anaconda-c75df9d95e5d4e8532d72c444f5bb00da2c083ab.tar.xz
anaconda-c75df9d95e5d4e8532d72c444f5bb00da2c083ab.zip
consistent capitalization (49669)
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)