diff options
Diffstat (limited to 'vendor/symfony/translation/Tests/fixtures/withnote.xlf')
| -rw-r--r-- | vendor/symfony/translation/Tests/fixtures/withnote.xlf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/symfony/translation/Tests/fixtures/withnote.xlf b/vendor/symfony/translation/Tests/fixtures/withnote.xlf index c045e21e23..f98cf7f97b 100644 --- a/vendor/symfony/translation/Tests/fixtures/withnote.xlf +++ b/vendor/symfony/translation/Tests/fixtures/withnote.xlf @@ -7,8 +7,8 @@ <target>bar</target> <note priority="1">foo</note> </trans-unit> - <trans-unit id="2"> - <source>extra</source> + <trans-unit id="2" resname="extra"> + <source>extrasource</source> <note from="foo">bar</note> </trans-unit> <trans-unit id="123"> |
