diff options
author | Mike Fulbright <msf@redhat.com> | 2001-08-10 17:01:00 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-08-10 17:01:00 +0000 |
commit | 903ef7d1f301640d3008318cd09a991d3320a1bb (patch) | |
tree | f06629b61288a4cadf149d8f573f37c370ab03af /textw/partition_text.py | |
parent | a25cf51c463db012999070c8a56c3a9ae1c1305b (diff) | |
download | anaconda-903ef7d1f301640d3008318cd09a991d3320a1bb.tar.gz anaconda-903ef7d1f301640d3008318cd09a991d3320a1bb.tar.xz anaconda-903ef7d1f301640d3008318cd09a991d3320a1bb.zip |
Change all Ok to OK
Diffstat (limited to 'textw/partition_text.py')
-rw-r--r-- | textw/partition_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index 4d954cf18..8262e3e15 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -976,7 +976,7 @@ class PartitionWindow: self.bb = ButtonBar (screen, ((_("New"), "new", "F2"), (_("Edit"), "edit", "F3"), (_("Delete"), "delete", "F4"), (_("RAID"), "raid", "F11"), TEXT_OK_BUTTON, TEXT_BACK_BUTTON)) self.g.add(self.bb, 0, 2, (0, 1, 0, 0)) self.g.addHotKey("F5") - screen.pushHelpLine( _(" F1-Help F2-New F3-Edit F4-Delete F5-Reset F12-Ok ")) + screen.pushHelpLine( _(" F1-Help F2-New F3-Edit F4-Delete F5-Reset F12-OK ")) self.populate() |