diff options
Diffstat (limited to 'loader')
-rw-r--r-- | loader/loader.c | 4 |
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(); |