Browse Source

merged branch andreia/master (PR #1760)

Commits
-------

350f207 Update the CSRF message

Discussion
----------

Update the CSRF message

Update the CSRF message
Fabien Potencier 14 years ago
parent
commit
b06a5dfcf3

+ 2 - 2
src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt_BR.xliff

@@ -119,8 +119,8 @@
                 <target>O arquivo enviado é muito grande. Por favor, tente enviar um arquivo menor</target>
             </trans-unit>
             <trans-unit id="30">
-                <source>The CSRF token is invalid</source>
-                <target>O token CSRF é inválido</target>
+                <source>The CSRF token is invalid. Please try to resubmit the form</source>
+                <target>O token CSRF é inválido. Por favor, tente reenviar o formulário</target>
             </trans-unit>
             <trans-unit id="31">
                 <source>The two values should be equal</source>