summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-06-25 19:07:54 +0000
committerMike Fulbright <msf@redhat.com>2001-06-25 19:07:54 +0000
commit656359e03d1c836ba1232b91f8b521f2f5623100 (patch)
treeb76ec2f91bf4df8e3bf61f6b25444c50afa422a4 /textw
parent17ca1c75dc2e7f76555ee49329bdf50d95c100a7 (diff)
downloadanaconda-656359e03d1c836ba1232b91f8b521f2f5623100.tar.gz
anaconda-656359e03d1c836ba1232b91f8b521f2f5623100.tar.xz
anaconda-656359e03d1c836ba1232b91f8b521f2f5623100.zip
add partition method to GUI, rework to use skiplist
Diffstat (limited to 'textw')
-rw-r--r--textw/fdisk_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/fdisk_text.py b/textw/fdisk_text.py
index aa5f2e3b6..7ac172675 100644
--- a/textw/fdisk_text.py
+++ b/textw/fdisk_text.py
@@ -36,7 +36,7 @@ class fdiskPartitionWindow:
(button, choice) = \
ListboxChoiceWindow(screen, _("Disk Setup"),
_("Choose a disk to run fdisk on"), choices,
- [ (_("Done"), "done"), (_("Edit"), "edit"),
+ [ (_("Ok"), "done"), (_("Edit"), "edit"),
TEXT_BACK_BUTTON ], width = 50, help = "fdisk")
if button != "done" and button != TEXT_BACK_CHECK: