Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.0
-
Fix Version/s: 1.10.2
-
Component/s: Zend_Translate
-
Labels:None
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",
Fixed with r21044