Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
fixed typo in french Zend_Validator_StringLength
Browse files Browse the repository at this point in the history
conteint->contient
  • Loading branch information
mpalourdio committed Apr 9, 2013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/fr/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@

// Zend_Validator_StringLength
"Invalid type given. String expected" => "Type invalide. Chaîne attendue",
"The input is less than %min% characters long" => "L'entrée conteint moins de %min% caractères",
"The input is less than %min% characters long" => "L'entrée contient moins de %min% caractères",
"The input is more than %max% characters long" => "L'entrée contient plus de %max% caractères",

// Zend_Validator_Uri
Expand Down

0 comments on commit f4ba395

Please # to comment.