Skip to content

Commit

Permalink
bug #469 Fixed typo in polish translations (Wirone)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Fixed typo in polish translations

There is nothing like "zademonostrowania". It is like english `demonstrate` vs `demonostrate`.

Commits
-------

bade9af Fixed typo in polish translations
  • Loading branch information
javiereguiluz committed Feb 14, 2017
2 parents 62d652d + bade9af commit ddbdf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Resources/translations/messages.pl.xlf
Expand Up @@ -237,7 +237,7 @@
</trans-unit>
<trans-unit id="help.app_description">
<source>help.app_description</source>
<target><![CDATA[To jest <strong> przykładowa aplikacja </strong> zbudowana przy pomocy frameworka Symfony, dla zademonostrowania polecanego sposobu tworzenia aplikacji przy jego użyciu.]]></target>
<target><![CDATA[To jest <strong> przykładowa aplikacja </strong> zbudowana przy pomocy frameworka Symfony, dla zademonstrowania polecanego sposobu tworzenia aplikacji przy jego użyciu.]]></target>
</trans-unit>
<trans-unit id="help.show_code">
<source>help.show_code</source>
Expand Down

0 comments on commit ddbdf51

Please sign in to comment.