diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-23 21:51:53 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-23 21:51:53 +0000 |
commit | 166d1a7039821376b586bbeca3b2e49c55311260 (patch) | |
tree | 8fee89f0789bb4fcac0c621a1f266ae223fe932c /iw | |
parent | da108bdc6d075d48dcbc50cb32c1c5b7e50e58c9 (diff) | |
download | anaconda-166d1a7039821376b586bbeca3b2e49c55311260.tar.gz anaconda-166d1a7039821376b586bbeca3b2e49c55311260.tar.xz anaconda-166d1a7039821376b586bbeca3b2e49c55311260.zip |
fixes for bug 68470
Diffstat (limited to 'iw')
-rw-r--r-- | iw/raid_dialog_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/raid_dialog_gui.py b/iw/raid_dialog_gui.py index bc3498d17..afff8ca4e 100644 --- a/iw/raid_dialog_gui.py +++ b/iw/raid_dialog_gui.py @@ -553,7 +553,7 @@ class RaidCloneDialog: "This partition must be removed " "before " "this drive can be a target.") % - (drive, rc % (_("delete"),)), custom_icon="error") + (drive, rc), custom_icon="error") return 1 return 0 |