Merge pull request #218 from josgilmo/master
Fixing bad translation for the-checkbox-should-be-checked in Spanish
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user