diff options
author | Bill Nottingham <notting@redhat.com> | 2002-07-08 06:06:06 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-07-08 06:06:06 +0000 |
commit | bd63355435e9e44ed710c0b1c9d9c4625cfd8cb9 (patch) | |
tree | 8bd047720bc7c6e499cc09e5ba84c61899d64320 /iw/partition_gui.py | |
parent | 01428150147009684b70b432263d85fa71527416 (diff) | |
download | anaconda-bd63355435e9e44ed710c0b1c9d9c4625cfd8cb9.tar.gz anaconda-bd63355435e9e44ed710c0b1c9d9c4625cfd8cb9.tar.xz anaconda-bd63355435e9e44ed710c0b1c9d9c4625cfd8cb9.zip |
fix english (#68160)
Diffstat (limited to 'iw/partition_gui.py')
-rw-r--r-- | iw/partition_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/partition_gui.py b/iw/partition_gui.py index f7c11f55e..84480e52c 100644 --- a/iw/partition_gui.py +++ b/iw/partition_gui.py @@ -1184,7 +1184,7 @@ class PartitionWindow(InstallWindow): if len(availraidparts) < 2: lbltxt = lbltxt + _("To use RAID you must first " - "create least two partitions of type " + "create at least two partitions of type " "'software RAID'. Then you can " "create a RAID device which can " "be formatted and mounted.\n\n") |