summaryrefslogtreecommitdiffstats
path: root/textw/fdisk_text.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/fdisk_text.py')
-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 69f9c13ee..1b0cc4ee0 100644
--- a/textw/fdisk_text.py
+++ b/textw/fdisk_text.py
@@ -38,7 +38,7 @@ class fdiskPartitionWindow:
(button, choice) = \
ListboxChoiceWindow(screen, _("Disk Setup"),
_("Choose a disk to run fdisk on"), choices,
- [ (_("Ok"), "done"), (_("Edit"), "edit"),
+ [ (_("OK"), "done"), (_("Edit"), "edit"),
TEXT_BACK_BUTTON ], width = 50, help = "fdisk")
if button != "done" and button != TEXT_BACK_CHECK: