diff options
author | Mike Fulbright <msf@redhat.com> | 2001-07-12 16:33:35 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-07-12 16:33:35 +0000 |
commit | 365ef656b8da771bde7eea733236651db0e5c387 (patch) | |
tree | ece736403f351b7514db16e9609d1d640ec5ebd8 /loader/cdrom.c | |
parent | fe79f2087be9e67f71df55d9fcd6cdfd2861576a (diff) | |
download | anaconda-365ef656b8da771bde7eea733236651db0e5c387.tar.gz anaconda-365ef656b8da771bde7eea733236651db0e5c387.tar.xz anaconda-365ef656b8da771bde7eea733236651db0e5c387.zip |
kill last of OK's in favor of Ok's
Diffstat (limited to 'loader/cdrom.c')
-rw-r--r-- | loader/cdrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/cdrom.c b/loader/cdrom.c index c765c4387..39b4f9271 100644 --- a/loader/cdrom.c +++ b/loader/cdrom.c @@ -31,7 +31,7 @@ static int setupCDdevicePanel(int * type) { rc = newtWinMenu(_("CDROM type"), _("What type of CDROM do you have?"), 30, 5, 5, 7, menuItems, - &cdromType, _("OK"), _("Back"), NULL); + &cdromType, _("Ok"), _("Back"), NULL); if (rc == 2) return LOADER_BACK; |