소스 검색

fixed language

Tobias Schultze 13 년 전
부모
커밋
2009249128
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php

+ 1 - 1
src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php

@@ -75,7 +75,7 @@ class UniqueEntityValidator extends ConstraintValidator
 
                 if (count($relatedId) > 1) {
                     throw new ConstraintDefinitionException(
-                        "Associated entities are not allowed have more than one identifier field to be " .
+                        "Associated entities are not allowed to have more than one identifier field to be " .
                         "part of a unique constraint in: " . $class->name . "#" . $fieldName
                     );
                 }