ZF-8351: Missing character in the error message "FALSEFORMAT"
Description
In file Zend/Validate/Date.php, string 47:
Was: self::FALSEFORMAT => "'%value%' does not fit the date format '%format'"
Must: self::FALSEFORMAT => "'%value%' does not fit the date format '%format%'"
Comments
Posted by Thomas Weidner (thomas) on 2009-11-20T05:04:43.000+0000
Fixed with r19083