Minor correction to Danish translation file.

This commit is contained in:
Christoffer Kjeldgaard Petersen
2012-09-12 15:26:22 +02:00
parent ad56bfa2c6
commit 040e7b150d

View File

@@ -124,11 +124,11 @@
</trans-unit>
<trans-unit id="the-response-status-code-should-be">
<source><![CDATA[/^the response status code should be (?P<code>\d+)$/]]></source>
<target><![CDATA[/^Statuskoderesponsen skulle være (?P<code>\d+)$/]]></target>
<target><![CDATA[/^skulle statuskoderesponsen være (?P<code>\d+)$/]]></target>
</trans-unit>
<trans-unit id="the-response-status-code-should-not-be">
<source><![CDATA[/^the response status code should not be (?P<code>\d+)$/]]></source>
<target><![CDATA[/^Statuskoderesponsen skulle ikke være (?P<code>\d+)$/]]></target>
<target><![CDATA[/^skulle statuskoderesponsen ikke være (?P<code>\d+)$/]]></target>
</trans-unit>
<trans-unit id="print-last-response">
<source><![CDATA[/^print last response$/]]></source>