summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda9
1 files changed, 5 insertions, 4 deletions
diff --git a/anaconda b/anaconda
index 67376db27..7a3d3103a 100755
--- a/anaconda
+++ b/anaconda
@@ -756,11 +756,12 @@ if iutil.memInstalled() < isys.MIN_RAM:
screen = SnackScreen()
ButtonChoiceWindow(screen, _('Fatal Error'),
- _('You do not have enough RAM to install Red Hat '
- 'Linux on this machine.\n'
+ _('You do not have enough RAM to install %s '
+ 'on this machine.\n'
'\n'
- 'Press <return> to reboot your system.\n'),
- buttons = (_("OK"),))
+ 'Press <return> to reboot your system.\n')
+ %(product.productName,),
+ buttons = (_("OK"),))
screen.finish()
sys.exit(0)