Browse Source

[GENERIC] Zend_Validate:

- fixed spelling

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20359 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 years ago
parent
commit
2573a1c172

+ 1 - 1
library/Zend/Validate/File/MimeType.php

@@ -47,7 +47,7 @@ class Zend_Validate_File_MimeType extends Zend_Validate_Abstract
      */
     protected $_messageTemplates = array(
         self::FALSE_TYPE   => "File '%value%' has a false mimetype of '%type%'",
-        self::NOT_DETECTED => "The mimetype of file '%value%' could not been detected",
+        self::NOT_DETECTED => "The mimetype of file '%value%' could not be detected",
         self::NOT_READABLE => "File '%value%' can not be read",
     );
 

+ 2 - 2
resources/languages/en/Zend_Validate.php

@@ -21,7 +21,7 @@
  */
 
 /**
- * EN-Revision: 20350
+ * EN-Revision: 20359
  */
 return array(
     // Zend_Validate_Alnum
@@ -101,7 +101,7 @@ return array(
 
     // Zend_Validate_File_ExcludeMimeType
     "File '%value%' has a false mimetype of '%type%'" => "File '%value%' has a false mimetype of '%type%'",
-    "The mimetype of file '%value%' could not been detected" => "The mimetype of file '%value%' could not been detected",
+    "The mimetype of file '%value%' could not be detected" => "The mimetype of file '%value%' could not be detected",
     "File '%value%' can not be read" => "File '%value%' can not be read",
 
     // Zend_Validate_File_Exists