summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-23 21:51:53 +0000
committerMike Fulbright <msf@redhat.com>2002-07-23 21:51:53 +0000
commit166d1a7039821376b586bbeca3b2e49c55311260 (patch)
tree8fee89f0789bb4fcac0c621a1f266ae223fe932c /iw
parentda108bdc6d075d48dcbc50cb32c1c5b7e50e58c9 (diff)
downloadanaconda-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.py2
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