Fixed typo

This commit is contained in:
Wouter J
2014-06-18 16:10:33 +02:00
parent df3a46c5df
commit 9d27c0c315

View File

@@ -116,7 +116,7 @@
</trans-unit> </trans-unit>
<trans-unit id="i-should-be-on-homepage"> <trans-unit id="i-should-be-on-homepage">
<source><![CDATA[/^(?:|I )should be on (?:|the )homepage$/]]></source> <source><![CDATA[/^(?:|I )should be on (?:|the )homepage$/]]></source>
<target><![CDATA[/^moet (?:|ik )op de homepage zijn$/]]></source> <target><![CDATA[/^moet (?:|ik )op de homepage zijn$/]]></target>
</trans-unit> </trans-unit>
<trans-unit id="the-url-should-match"> <trans-unit id="the-url-should-match">
<source><![CDATA[/^the (?i)url(?-i) should match (?P<pattern>"(?:[^"]|\\")*")$/]]></source> <source><![CDATA[/^the (?i)url(?-i) should match (?P<pattern>"(?:[^"]|\\")*")$/]]></source>