From eac47b0775c460d2e3f39bd313407090760b9c4f Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Sat, 29 Mar 2014 18:54:54 +0100 Subject: [PATCH] Correct warning message. Signed-off-by: Hugues Peccatte --- js/messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/messages.php b/js/messages.php index 8057c8dbfb..55110be72d 100644 --- a/js/messages.php +++ b/js/messages.php @@ -402,7 +402,7 @@ $js_messages['strTimeOutError'] = __( ); $js_messages['strTooManyInputs'] = __( - "Warning: a form of the page as more than %d fields and could not being " + "Warning: a form on this page has more than %d fields and could not be " . "processed." );