From 6d191fb5b5496c953600d560e1a481315eb4b389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 7 Jan 2008 15:31:50 +0000 Subject: #197720 follow up by keith.smith, scor: include php.ini path in memory limit messages --- includes/theme.maintenance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc index 753b4a9d5..19b7fc742 100644 --- a/includes/theme.maintenance.inc +++ b/includes/theme.maintenance.inc @@ -127,7 +127,7 @@ function theme_install_page($content) { // Special handling of warning messages if (isset($messages['warning'])) { - $title = count($messages['warning']) > 1 ? st('The following installation warnings should be carefully reviewed.') : st('The following installation warning should be carefully reviewed.'); + $title = count($messages['warning']) > 1 ? st('The following installation warnings should be carefully reviewed') : st('The following installation warning should be carefully reviewed'); $variables['messages'] .= '

'. $title .':

'; $variables['messages'] .= theme('status_messages', 'warning'); } -- cgit v1.2.3