Merge pull request #86 from geoffs3310/master

Update en.php
This commit is contained in:
Vance Lucas 2014-07-18 11:21:26 -05:00
commit e3c24cbf21

View File

@ -8,8 +8,8 @@ return array(
'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 longer than %d",
'min' => "must be greater than %s", 'min' => "must be at least than %s",
'max' => "must be less than %s", 'max' => "must be no more than %s",
'in' => "contains invalid value", 'in' => "contains invalid value",
'notIn' => "contains invalid value", 'notIn' => "contains invalid value",
'ip' => "is not a valid IP address", 'ip' => "is not a valid IP address",