diff options
author | Bill Nottingham <notting@redhat.com> | 2002-07-18 02:14:08 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-07-18 02:14:08 +0000 |
commit | 18da17dbea6d2dadff662c75fc37d6817e6a4251 (patch) | |
tree | bd8b4e82b6adc05e2e9a3cd6a412bf63f8139821 | |
parent | 5918c3086c2634958debf4396ff1e056f063f4d5 (diff) | |
download | anaconda-18da17dbea6d2dadff662c75fc37d6817e6a4251.tar.gz anaconda-18da17dbea6d2dadff662c75fc37d6817e6a4251.tar.xz anaconda-18da17dbea6d2dadff662c75fc37d6817e6a4251.zip |
fix typo (#69123)
-rw-r--r-- | iw/raid_dialog_gui.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/iw/raid_dialog_gui.py b/iw/raid_dialog_gui.py index 3486107f3..c174735a3 100644 --- a/iw/raid_dialog_gui.py +++ b/iw/raid_dialog_gui.py @@ -493,7 +493,7 @@ class RaidCloneDialog: "partitions on it which are not of " "type 'software RAID'.\n\n" "These " - "partitions will have to removed " + "partitions will have to be removed " "before this drive can be cloned. "), custom_icon="error") return 1 @@ -504,7 +504,7 @@ class RaidCloneDialog: _("The source drive selected has " "partitions which are not " "constrained to the drive /dev/%s.\n\n" - "These partitions will have to " + "These partitions will have to be " "removed or restricted to this " "drive " "before this drive can be cloned. ") @@ -518,7 +518,7 @@ class RaidCloneDialog: "software RAID partition(s) which " "are members of an active " "software RAID device.\n\n" - "These partitions will have to " + "These partitions will have to be " "removed before this drive " "can be cloned."), custom_icon="error") return 1 |