Fixing bad translation for the-checkbox-should-be-checked in Spanish

This commit is contained in:
jgil
2015-10-04 16:32:13 +02:00
parent 06e2b99d92
commit 7bdeb5f79d

View File

@@ -104,7 +104,7 @@
</trans-unit> </trans-unit>
<trans-unit id="the-checkbox-should-be-checked"> <trans-unit id="the-checkbox-should-be-checked">
<source><![CDATA[/^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should be checked$/]]></source> <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>
<trans-unit id="the-checkbox-should-not-be-checked"> <trans-unit id="the-checkbox-should-not-be-checked">
<source><![CDATA[/^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should not be checked$/]]></source> <source><![CDATA[/^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should not be checked$/]]></source>