Skip to content

Commit

Permalink
Merge pull request zendframework#4787 from wmakend/patch-1
Browse files Browse the repository at this point in the history
Update Zend_Validate.php
  • Loading branch information
weierophinney committed Jul 19, 2013
2 parents d4ffd53 + 11d3dfb commit 62a7aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/languages/de/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"File '%value%' is not readable or does not exist" => "Die Datei '%value%' konnte nicht gelesen werden oder existiert nicht",

// Zend_Validator_File_Exists
"File '%value%' does not exist" => "File '%value%' does not exist",
"File '%value%' does not exist" => "Die Datei '%value%' existiert nicht",

// Zend_Validator_File_Extension
"File '%value%' has a false extension" => "Die Datei '%value%' hat einen falschen Dateityp",
Expand Down

0 comments on commit 62a7aad

Please sign in to comment.