diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-01-10 23:25:39 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-01-10 23:25:39 +0100 |
commit | 80ca6cc575256b3336abff9e617315d61708225c (patch) | |
tree | 7cf53e4b84015d1f57549b7d04e9e2df3e0826b0 | |
parent | b49209bdcf511a534d21edec14da4bf8f2f102fa (diff) | |
parent | 6a8ffd23fe2c022dfb27926916c75aaefe5390ef (diff) | |
download | symfony-security-80ca6cc575256b3336abff9e617315d61708225c.zip symfony-security-80ca6cc575256b3336abff9e617315d61708225c.tar.gz symfony-security-80ca6cc575256b3336abff9e617315d61708225c.tar.bz2 |
merged branch sstok/patch-3 (PR #6691)
This PR was merged into the master branch.
Commits
-------
08f9c76 Update src/Symfony/Component/Security/Resources/translations/security.nl.xlf
Discussion
----------
Minor tone of voice correction in security.nl.xlf
For the Dutch people under us. http://www.kiezelcommunicatie.nl/kiezelblog/woorden-die-niet-meer-mogen-aflevering-1/
Yes I'm picky ;)
-rw-r--r-- | Resources/translations/security.nl.xlf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/translations/security.nl.xlf b/Resources/translations/security.nl.xlf index 6f7d4da..5261668 100644 --- a/Resources/translations/security.nl.xlf +++ b/Resources/translations/security.nl.xlf @@ -20,7 +20,7 @@ </trans-unit> <trans-unit id="5"> <source>Cookie has already been used by someone else.</source> - <target>Cookie werd reeds door een ander persoon gebruikt.</target> + <target>Cookie werd al door een ander persoon gebruikt.</target> </trans-unit> <trans-unit id="6"> <source>Not privileged to request the resource.</source> |