summaryrefslogtreecommitdiffstats
path: root/loader/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/net.c')
-rw-r--r--loader/net.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/loader/net.c b/loader/net.c
index d1bdff79b..352b073d4 100644
--- a/loader/net.c
+++ b/loader/net.c
@@ -182,7 +182,7 @@ int nfsGetSetup(char ** hostptr, char ** dirptr) {
" o the name or IP number of your NFS server\n"
" o the directory on that server containing\n"
" Red Hat Linux for your architecture"), 60, 5, 15,
- 24, entries, _("OK"), _("Back"), NULL);
+ 24, entries, _("Ok"), _("Back"), NULL);
if (rc == 2) {
if (newServer) free(newServer);
@@ -269,7 +269,7 @@ static int getDnsServers(struct networkDeviceConfig * cfg) {
"If you know what your nameserver is, please enter it "
"now. If you don't have this information, you can leave "
"this field blank and the install will continue."),
- 40, 5, 10, 25, entry, _("OK"), _("Back"), NULL);
+ 40, 5, 10, 25, entry, _("Ok"), _("Back"), NULL);
if (rc == 2) return LOADER_BACK;
@@ -354,7 +354,7 @@ int readNetConfig(char * device, struct networkDeviceConfig * cfg, int flags) {
newtGridSetField(subgrid, 1, 3, NEWT_GRID_COMPONENT, c.nsEntry,
1, 0, 0, 0, 0, 0);
- buttons = newtButtonBar(_("OK"), &okay, _("Back"), &back, NULL);
+ buttons = newtButtonBar(_("Ok"), &okay, _("Back"), &back, NULL);
grid = newtCreateGrid(1, 4);
newtGridSetField(grid, 0, 0, NEWT_GRID_COMPONENT, text,
@@ -675,7 +675,7 @@ int kickstartNetwork(char ** devicePtr, struct networkDeviceConfig * netDev,
}
if (rc < -1) {
- newtWinMessage(_("kickstart"), _("OK"),
+ newtWinMessage(_("kickstart"), _("Ok"),
_("bad argument to kickstart network command %s: %s"),
poptBadOption(optCon, POPT_BADOPTION_NOALIAS),
poptStrerror(rc));
@@ -708,7 +708,7 @@ int kickstartNetwork(char ** devicePtr, struct networkDeviceConfig * netDev,
strcpy(netDev->dev.device, device);
readNetConfig("eth0", netDev, flags);
} else {
- newtWinMessage(_("kickstart"), _("OK"),
+ newtWinMessage(_("kickstart"), _("Ok"),
_("Bad bootproto %s specified in network command"),
bootProto);
return -1;