summaryrefslogtreecommitdiffstats
path: root/floppy.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-06-19 18:58:45 +0000
committerMike Fulbright <msf@redhat.com>2002-06-19 18:58:45 +0000
commit3b77558d92d422443fd8e9dfa2ad64a4997846e5 (patch)
tree96d3244c2f87d6fad19eab20eca858cc14c1bc86 /floppy.py
parente4f21ffc20457cdb177f3be7812dfded72164efd (diff)
downloadanaconda-3b77558d92d422443fd8e9dfa2ad64a4997846e5.tar.gz
anaconda-3b77558d92d422443fd8e9dfa2ad64a4997846e5.tar.xz
anaconda-3b77558d92d422443fd8e9dfa2ad64a4997846e5.zip
add keyaccel
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 8edb1a0d4..3b94d8a4d 100644
--- a/floppy.py
+++ b/floppy.py
@@ -61,7 +61,7 @@ def makeBootdisk (intf, dir, 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="custom", custom_buttons=[_("Cancel"), _("Make boot disk")])
+ type="custom", custom_buttons=[_("_Cancel"), _("_Make boot disk")])
if not rc:
return DISPATCH_NOOP