Просмотр исходного кода

[RESOURCE] English:

- fixed wrong content

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20377 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 лет назад
Родитель
Сommit
8e95e94997
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      resources/languages/en/Zend_Validate.php

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

@@ -21,7 +21,7 @@
  */
 
 /**
- * EN-Revision: 20360
+ * EN-Revision: 20377
  */
 return array(
     // Zend_Validate_Alnum
@@ -64,7 +64,7 @@ return array(
     // Zend_Validate_Date
     "Invalid type given, value should be string, integer, array or Zend_Date" => "Invalid type given, value should be string, integer, array or Zend_Date",
     "'%value%' does not appear to be a valid date" => "'%value%' does not appear to be a valid date",
-    "'%value%' does not fit the date format '%format'" => "'%value%' does not fit the date format '%format'",
+    "'%value%' does not fit the date format '%format%'" => "'%value%' does not fit the date format '%format%'",
 
     // Zend_Validate_Db_Abstract
     "No record matching %value% was found" => "No record matching %value% was found",