diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-01-14 12:08:23 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-01-14 12:08:23 +0100 |
commit | 18c1149a0eb50c037cbc9e84de40632466cc312a (patch) | |
tree | 0052b0e953a516500c8e115ed445ef32187146d2 | |
parent | d8e569880746c73a88fbce56bc15c9e7db3308b2 (diff) | |
parent | ffb4c34b81c572b9cd7a616ae04c9dc3725a0d3d (diff) | |
download | symfony-security-18c1149a0eb50c037cbc9e84de40632466cc312a.zip symfony-security-18c1149a0eb50c037cbc9e84de40632466cc312a.tar.gz symfony-security-18c1149a0eb50c037cbc9e84de40632466cc312a.tar.bz2 |
merged branch inmarelibero/patch-1 (PR #6729)
This PR was merged into the master branch.
Commits
-------
a5a04b8 fixed italian translation typo
Discussion
----------
fixed italian translation typo
-rw-r--r-- | Resources/translations/security.it.xlf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/translations/security.it.xlf b/Resources/translations/security.it.xlf index 25d82ef..75d81cc 100644 --- a/Resources/translations/security.it.xlf +++ b/Resources/translations/security.it.xlf @@ -20,7 +20,7 @@ </trans-unit> <trans-unit id="5"> <source>Cookie has already been used by someone else.</source> - <target>Il cookie è già stato usato da qualcun'altro.</target> + <target>Il cookie è già stato usato da qualcun altro.</target> </trans-unit> <trans-unit id="6"> <source>Not privileged to request the resource.</source> |