From 71ee49de3eba0639d13a5861803f1cf031f376df Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 9 Jan 2010 23:03:22 +0000 Subject: #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface. --- includes/theme.maintenance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/theme.maintenance.inc') diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc index 14d543f29..9c90de6cc 100644 --- a/includes/theme.maintenance.inc +++ b/includes/theme.maintenance.inc @@ -144,7 +144,7 @@ function theme_install_page($variables) { $title = count($messages['error']) > 1 ? st('The following errors must be resolved before you can continue the installation process') : st('The following error must be resolved before you can continue the installation process'); $variables['messages'] .= '

' . $title . ':

'; $variables['messages'] .= theme('status_messages', array('display' => 'error')); - $variables['content'] .= '

' . st('Please check the error messages and try again.', array('!url' => request_uri())) . '

'; + $variables['content'] .= '

' . st('Check the error messages and try again.', array('!url' => request_uri())) . '

'; } // Special handling of warning messages -- cgit v1.2.3