diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-04-15 20:12:18 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-04-15 20:16:33 (GMT) |
commit | b7e6c2835ad7b5f5564290c1140c1db59869d54e (patch) | |
tree | b2fa4c3177ae967de277c4544cf38a41a3514c4a /tests/auto | |
parent | d758d652e1b3950f9df6aa4c1bdef67ba9b88b15 (diff) | |
download | Qt-b7e6c2835ad7b5f5564290c1140c1db59869d54e.zip Qt-b7e6c2835ad7b5f5564290c1140c1db59869d54e.tar.gz Qt-b7e6c2835ad7b5f5564290c1140c1db59869d54e.tar.bz2 |
create magic comment messages in "finished" state
there is really no point in marking them "unfinished". later file
rewrites would reset the state anyway.
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/linguist/lupdate/testdata/good/parsecontexts/project.ts.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/parsecontexts/project.ts.result b/tests/auto/linguist/lupdate/testdata/good/parsecontexts/project.ts.result index 2f21de2..53d7a25 100644 --- a/tests/auto/linguist/lupdate/testdata/good/parsecontexts/project.ts.result +++ b/tests/auto/linguist/lupdate/testdata/good/parsecontexts/project.ts.result @@ -98,7 +98,7 @@ <location filename="main.cpp" line="238"/> <source></source> <comment>This is a comment to the translator.</comment> - <translation type="unfinished"></translation> + <translation></translation> </message> </context> <context> |