made length message more accurate fixes #127

This commit is contained in:
Matthew Laver 2015-11-09 12:50:36 +00:00
parent 8cfa3bd932
commit 8bc6de6b9e

View File

@ -7,7 +7,7 @@ return array(
'accepted' => "must be accepted", 'accepted' => "must be accepted",
'numeric' => "must be numeric", 'numeric' => "must be numeric",
'integer' => "must be an integer (0-9)", 'integer' => "must be an integer (0-9)",
'length' => "must be longer than %d", 'length' => "must be at least %d long",
'min' => "must be at least %s", 'min' => "must be at least %s",
'max' => "must be no more than %s", 'max' => "must be no more than %s",
'in' => "contains invalid value", 'in' => "contains invalid value",