Skip to content

Commit

Permalink
Added default error message for Validate::range(), fixes #2154
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody Gilk committed Sep 25, 2009
1 parent 516e27f commit 427e851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messages/validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
'max_length' => ':field must be less than :param1 characters long',
'in_array' => ':field must be one of the available options',
'digit' => ':field must be a digit',
'range' => ':field must be within the range of :param1 to :param2',
);

0 comments on commit 427e851

Please sign in to comment.