summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-20 05:07:45 +0000
committerMatt Wilson <msw@redhat.com>2001-06-20 05:07:45 +0000
commit16f28dea4d517bbe1a7b043f5257c4be4087e8a9 (patch)
treea3230a711bcda0b1f922971fe3d9bcd76f871efc /loader
parenta8c13fa4b1c43a383f5e880d057e22fc2ac5920e (diff)
downloadanaconda-16f28dea4d517bbe1a7b043f5257c4be4087e8a9.tar.gz
anaconda-16f28dea4d517bbe1a7b043f5257c4be4087e8a9.tar.xz
anaconda-16f28dea4d517bbe1a7b043f5257c4be4087e8a9.zip
merge loader changes from branches
Diffstat (limited to 'loader')
-rw-r--r--loader/loader.c2
-rw-r--r--loader/urls.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/loader/loader.c b/loader/loader.c
index 7c9558e32..a3759dc33 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -2354,7 +2354,7 @@ static void checkForRam(int flags) {
if (!FL_EXPERT(flags) && (totalMemory() < MIN_RAM)) {
startNewt(flags);
newtWinMessage(_("Error"), _("OK"), _("You do not have enough "
- "RAM to install Red Hat Linux on this machine."));
+ "RAM to install Red Hat Linux on this machine."));
stopNewt();
exit(0);
}
diff --git a/loader/urls.c b/loader/urls.c
index 42d912182..6201ad31f 100644
--- a/loader/urls.c
+++ b/loader/urls.c
@@ -161,7 +161,7 @@ int urlMainSetupPanel(struct iurlinfo * ui, urlprotocol protocol,
"\n"
" o the name or IP number of your FTP server\n"
" o the directory on that server containing\n"
- " Red Hat Linux for your architecture\n"),
+ " Red Hat Linux for your architecure\n"),
47, 5, 5, &width, &height);
break;
case URL_METHOD_HTTP:
@@ -170,7 +170,7 @@ int urlMainSetupPanel(struct iurlinfo * ui, urlprotocol protocol,
"\n"
" o the name or IP number of your web server\n"
" o the directory on that server containing\n"
- " Red Hat Linux for your architecture\n"),
+ " Red Hat Linux for your architecure\n"),
47, 5, 5, &width, &height);
break;
}