ZF-9032: Zend_Validate_Digits error text grammar can be improved
Description
The default text of Zend_Validate_Digits when validation isn't passed is the following:
* '500.00' contains not only digit characters
An improvement might be something like:
* '500.00' contains characters that are not digits; only digits are allowed
Comments
Posted by Wil Moore III (wilmoore) (wilmoore) on 2010-01-31T19:55:41.000+0000
Includes enhancement and associated tests verified with "phpunit --testdox".
Posted by Thomas Weidner (thomas) on 2010-02-20T14:34:27.000+0000
Implemented with r21118
Posted by Wil Moore III (wilmoore) (wilmoore) on 2010-02-20T18:52:18.000+0000
I've updated the patch against trunk as the english grammar was still a little odd. Please review.
Thanks.
Posted by Thomas Weidner (thomas) on 2010-02-22T14:43:08.000+0000
Fixed with r21136