ZF-9155: Translation key is not correct in files with standard validators translations
Description
In files with translations (in /resources/languages/) the translation key for Zend_Validate_File_IsImage validator specified as:
"The mimetype of file '%value%' could not be detected" => "Mime-тип файла '%value%' не определён",
But in the Zend_Validate_File_IsImage class that key is specified as:
self::NOT_DETECTED => "The mimetype of file '%value%' could not been detected",
Comments
Posted by Thomas Weidner (thomas) on 2010-02-12T13:41:51.000+0000
Fixed with r21044