summaryrefslogtreecommitdiff
path: root/includes/theme.maintenance.inc
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-07 15:31:50 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-07 15:31:50 +0000
commit6d191fb5b5496c953600d560e1a481315eb4b389 (patch)
tree389a5a34ff83fa0eaeba92ddaba7f301bf57f241 /includes/theme.maintenance.inc
parentcd8d79b10d5fb823e2c48e32b8613bf27318fab4 (diff)
downloadbrdo-6d191fb5b5496c953600d560e1a481315eb4b389.tar.gz
brdo-6d191fb5b5496c953600d560e1a481315eb4b389.tar.bz2
#197720 follow up by keith.smith, scor: include php.ini path in memory limit messages
Diffstat (limited to 'includes/theme.maintenance.inc')
-rw-r--r--includes/theme.maintenance.inc2
1 files changed, 1 insertions, 1 deletions
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'] .= '<h4>'. $title .':</h4>';
$variables['messages'] .= theme('status_messages', 'warning');
}