Explorar o código

[ZF-8351] Zend_Validate:

- fixed missing char

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19083 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas %!s(int64=16) %!d(string=hai) anos
pai
achega
d272b4e280
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      library/Zend/Validate/Date.php

+ 1 - 1
library/Zend/Validate/Date.php

@@ -44,7 +44,7 @@ class Zend_Validate_Date extends Zend_Validate_Abstract
     protected $_messageTemplates = array(
         self::INVALID        => "Invalid type given, value should be string, integer, array or Zend_Date",
         self::INVALID_DATE   => "'%value%' does not appear to be a valid date",
-        self::FALSEFORMAT    => "'%value%' does not fit the date format '%format'"
+        self::FALSEFORMAT    => "'%value%' does not fit the date format '%format%'"
     );
 
     /**