summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}