summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbfox <bfox>2001-04-12 22:29:05 +0000
committerbfox <bfox>2001-04-12 22:29:05 +0000
commit843fd08e8ab31db1713009e30e245a842050bd47 (patch)
tree3e1a4a436dd56177737f1d8a6e4e7fab540592fc
parent2f10cc31513795b2c6d60630e0bd171afec689b2 (diff)
downloadanaconda-843fd08e8ab31db1713009e30e245a842050bd47.tar.gz
anaconda-843fd08e8ab31db1713009e30e245a842050bd47.tar.xz
anaconda-843fd08e8ab31db1713009e30e245a842050bd47.zip
change string to make this message the same as in the anaconda script
-rw-r--r--loader/loader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/loader.c b/loader/loader.c
index 698010d17..5793f68f4 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -2454,8 +2454,8 @@ static void ideSetup(moduleList modLoaded, moduleDeps modDeps,
static void checkForRam(int flags) {
if (!FL_EXPERT(flags) && (totalMemory() < MIN_RAM)) {
startNewt(flags);
- newtWinMessage(_("Error"), _("OK"), _("You don't have enough "
- "system memory to install Red Hat Linux on this machine."
+ 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."));
stopNewt();