diff options
author | Mike Fulbright <msf@redhat.com> | 2002-05-31 04:19:06 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-05-31 04:19:06 +0000 |
commit | 87a722dab1676eb1e1bb37bcfc866d1f6175789f (patch) | |
tree | b2cd927e4e9eb3c2d3b12cc1c78c6a050abf4afe /floppy.py | |
parent | af35347b7d9a619af171f6e2938bf7bbe0f4e495 (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |