Correct warning message.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
Hugues Peccatte 2014-03-29 18:54:54 +01:00
parent 287d08c826
commit eac47b0775

View File

@ -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."
);