From e4cd09061108a50c2cc2237515b5b3b88446bc9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 16 Jun 2014 11:12:53 +0200 Subject: [PATCH] Improve some messags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- js/messages.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/js/messages.php b/js/messages.php index a50184b485..40a40c728f 100644 --- a/js/messages.php +++ b/js/messages.php @@ -427,7 +427,7 @@ $js_messages['strTooManyInputs'] = __( ); $js_messages['phpErrorsFound'] = '
' - . __('Warning: Some errors have been detected on the server!!') + . __('Some errors have been detected on the server!') . '
' . __('Please look at the bottom of this window.') . '' . '
'; $js_messages['phpErrorsBeingSubmitted'] = '
' - . __('Some errors have been detected on the server!!') + . __('Some errors have been detected on the server!') . '
' - . __('As per your settings, they are being submitted currently.') - . __(' Please be patient.') + . __('As per your settings, they are being submitted currently, please be patient.') . '
' . '