Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Fixing bad translation for the-checkbox-should-be-checked in Spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
jgil committed Oct 4, 2015
1 parent 06e2b99 commit 7bdeb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/es.xliff
Expand Up @@ -104,7 +104,7 @@
</trans-unit>
<trans-unit id="the-checkbox-should-be-checked">
<source><![CDATA[/^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should be checked$/]]></source>
<target><![CDATA[/^la casilla de selección "(?P<checkbox>[^"]*) debe estar marcada" $/]]></target>
<target><![CDATA[/^la casilla de selección "(?P<checkbox>[^"]*)" debe estar marcada$/]]></target>
</trans-unit>
<trans-unit id="the-checkbox-should-not-be-checked">
<source><![CDATA[/^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should not be checked$/]]></source>
Expand Down

0 comments on commit 7bdeb5f

Please sign in to comment.