summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorbfox <bfox>2001-04-17 17:33:36 +0000
committerbfox <bfox>2001-04-17 17:33:36 +0000
commit7962c0df17ec48b0a6ad6f218ed7dbcd045508ac (patch)
treea05bb4afaf3e33450d31186b5d9eccfe572278d0 /loader
parent8751005b360788fa40328b50aa04d14b3d077421 (diff)
downloadanaconda-7962c0df17ec48b0a6ad6f218ed7dbcd045508ac.tar.gz
anaconda-7962c0df17ec48b0a6ad6f218ed7dbcd045508ac.tar.xz
anaconda-7962c0df17ec48b0a6ad6f218ed7dbcd045508ac.zip
reverted ram message
Diffstat (limited to 'loader')
-rw-r--r--loader/loader.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/loader/loader.c b/loader/loader.c
index f5353db65..eacfd802b 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -2455,9 +2455,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."
- "You need at least %d MB of RAM to complete the "
- "installation.", MIN_RAM/1000));
+ "RAM to install Red Hat Linux on this machine."));
stopNewt();
exit(0);
}