Improve message

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-03-30 09:45:27 -04:00
parent 5c0b5413ca
commit 06a2a5377e

View File

@ -404,8 +404,9 @@ $js_messages['strTimeOutError'] = __(
);
$js_messages['strTooManyInputs'] = __(
"Warning: a form on this page has more than %d fields and could not be "
. "processed."
"Warning: a form on this page has more than %d fields. On submission, "
. "some of the fields might be ignored, due to PHP's "
. "max_input_vars configuration."
);
echo "var PMA_messages = new Array();\n";