diff options
author | Matt Wilson <msw@redhat.com> | 2001-08-14 20:57:29 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-08-14 20:57:29 +0000 |
commit | 11a800c825e04ef409b045be95fde52a048e4b2e (patch) | |
tree | 96da80e65b241a7e8970e260e12e3ef10c9077e3 /textw | |
parent | 1609394aa8c153827a869474e2bafa2224e79427 (diff) | |
download | anaconda-11a800c825e04ef409b045be95fde52a048e4b2e.tar.gz anaconda-11a800c825e04ef409b045be95fde52a048e4b2e.tar.xz anaconda-11a800c825e04ef409b045be95fde52a048e4b2e.zip |
s/Raid/RAID/ (#49669
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partition_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index f88d54b09..8633724dc 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -877,7 +877,7 @@ class PartitionWindow: request.raidmembers = raidmembers if invalidInteger(spares.value()): - self.intf.messageWindow(_("Invalid Entry for Raid Spares"), + self.intf.messageWindow(_("Invalid Entry for RAID Spares"), invalidInteger(spares.value())) continue |