Procházet zdrojové kódy

merged branch pcampr/cs_translation_fix (PR #2737)

Commits
-------

0be8820 [FrameworkBundle] fixed small typo in Czech translation

Discussion
----------

[FrameworkBundle] fixed small typo in Czech translation

Bug fix: yes
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
Todo: -

fixed small typo in Czech translation in validators.cs.xliff
Fabien Potencier před 13 roky
rodič
revize
83894be6c8

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.cs.xliff

@@ -116,7 +116,7 @@
             </trans-unit>
             <trans-unit id="29">
                 <source>The uploaded file was too large. Please try to upload a smaller file</source>
-                <target>Nahraný soubor je příliš velký. Nahrejte prosím menší soubor</target>
+                <target>Nahraný soubor je příliš velký. Nahrajte prosím menší soubor</target>
             </trans-unit>
             <trans-unit id="30">
                 <source>The CSRF token is invalid. Please try to resubmit the form</source>