summaryrefslogtreecommitdiffstats
path: root/loader/urls.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-13 05:28:46 +0000
committerMatt Wilson <msw@redhat.com>1999-09-13 05:28:46 +0000
commit19c59d8a6e69dff0bb1405258f22c767280edb13 (patch)
treeb280bf6ac3f10e472af1a2afa78dc076611b4a79 /loader/urls.c
parente853aed1366acd9465cb540acc99cd1f4d87b527 (diff)
downloadanaconda-19c59d8a6e69dff0bb1405258f22c767280edb13.tar.gz
anaconda-19c59d8a6e69dff0bb1405258f22c767280edb13.tar.xz
anaconda-19c59d8a6e69dff0bb1405258f22c767280edb13.zip
more i18nr0-7-2
Diffstat (limited to 'loader/urls.c')
-rw-r--r--loader/urls.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/loader/urls.c b/loader/urls.c
index 9d4ba040a..88b98e96e 100644
--- a/loader/urls.c
+++ b/loader/urls.c
@@ -121,7 +121,7 @@ int urlMainSetupPanel(struct iurlinfo * ui, urlprotocol protocol,
else
*doSecondarySetup = ' ';
- buttons = newtButtonBar(_("Ok"), &okay, _("Back"), &cancel, NULL);
+ buttons = newtButtonBar(_("OK"), &okay, _("Back"), &cancel, NULL);
switch (protocol) {
case URL_METHOD_FTP:
@@ -198,12 +198,12 @@ int urlMainSetupPanel(struct iurlinfo * ui, urlprotocol protocol,
answer = newtRunForm(form);
if (answer != cancel) {
if (!strlen(site)) {
- newtWinMessage(_("Error"), _("Ok"),
+ newtWinMessage(_("Error"), _("OK"),
_("You must enter a server name."));
continue;
}
if (!strlen(dir)) {
- newtWinMessage(_("Error"), _("Ok"),
+ newtWinMessage(_("Error"), _("OK"),
_("You must enter a directory."));
continue;
}
@@ -319,7 +319,7 @@ int urlSecondarySetupPanel(struct iurlinfo * ui, urlprotocol protocol) {
newtGridSetField(entryGrid, 1, 3, NEWT_GRID_COMPONENT, proxyPortEntry,
0, 0, 0, 0, NEWT_ANCHOR_LEFT, 0);
- buttons = newtButtonBar(_("Ok"), &okay, _("Back"), &cancel, NULL);
+ buttons = newtButtonBar(_("OK"), &okay, _("Back"), &cancel, NULL);
grid = newtCreateGrid(1, 3);
newtGridSetField(grid, 0, 0, NEWT_GRID_COMPONENT, text, 0, 0, 0, 0, 0, 0);