summaryrefslogtreecommitdiffstats
path: root/floppy.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-31 04:19:06 +0000
committerMike Fulbright <msf@redhat.com>2002-05-31 04:19:06 +0000
commit87a722dab1676eb1e1bb37bcfc866d1f6175789f (patch)
treeb2cd927e4e9eb3c2d3b12cc1c78c6a050abf4afe /floppy.py
parentaf35347b7d9a619af171f6e2938bf7bbe0f4e495 (diff)
downloadanaconda-87a722dab1676eb1e1bb37bcfc866d1f6175789f.tar.gz
anaconda-87a722dab1676eb1e1bb37bcfc866d1f6175789f.tar.xz
anaconda-87a722dab1676eb1e1bb37bcfc866d1f6175789f.zip
put in a cancel button for making a boot floppy
Diffstat (limited to 'floppy.py')
-rw-r--r--floppy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/floppy.py b/floppy.py
index 62d04b081..ca9cecaaf 100644
--- a/floppy.py
+++ b/floppy.py
@@ -58,7 +58,7 @@ def makeBootdisk (intf, floppyDevice, hdList, instPath, bootloader):
"drive, and insert the floppy diskette that "
"is to contain the boot disk.\n\nAll data will "
"be ERASED during creation of the boot disk."),
- type="okcancel")
+ type="custom", custom_buttons=[_("Cancel"), _("Make boot disk")])
if rc:
return DISPATCH_NOOP