summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/loader.c')
-rw-r--r--loader/loader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/loader.c b/loader/loader.c
index 5793f68f4..f5353db65 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -2456,8 +2456,8 @@ static void checkForRam(int flags) {
startNewt(flags);
newtWinMessage(_("Error"), _("OK"), _("You do not have enough "
"RAM to install Red Hat Linux on this machine."
- "You need at least 32 MB of RAM to complete the "
- "installation."));
+ "You need at least %d MB of RAM to complete the "
+ "installation.", MIN_RAM/1000));
stopNewt();
exit(0);
}