minor #14765 [Validators] Correct translation key and content [nl] (amouhzi)

This PR was merged into the 2.3 branch.

Discussion
----------

[Validators] Correct translation key and content [nl]

The nl file is not up to date. Correct changed translation key.

Commits
-------

5bc4085 [Validators] Correct translation key and content [nl]
This commit is contained in:
Fabien Potencier 2015-05-28 05:26:02 +02:00
commit a4e126d531
1 changed files with 2 additions and 2 deletions

View File

@ -275,8 +275,8 @@
<target>Deze waarde mag niet gelijk zijn aan {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="72">
<source>This value should not be identical to {{ compared_value }}.</source>
<target>Deze waarde mag niet identiek zijn aan {{ compared_value }}.</target>
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>Deze waarde mag niet identiek zijn aan {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="80">
<source>This value does not match the expected {{ charset }} charset.</source>