summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qdeclarativei18n.qdoc
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-04-23 04:53:43 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-04-23 04:54:14 (GMT)
commit43559e16f30d9c6eb932d4f571ec6d749b1221d5 (patch)
treea2b63a263b23937c777905f19bebdaa3539fa512 /doc/src/declarative/qdeclarativei18n.qdoc
parent5ef92c54cd35e6b2abf5f4b0db02c8980c48119d (diff)
downloadQt-43559e16f30d9c6eb932d4f571ec6d749b1221d5.zip
Qt-43559e16f30d9c6eb932d4f571ec6d749b1221d5.tar.gz
Qt-43559e16f30d9c6eb932d4f571ec6d749b1221d5.tar.bz2
Doc fixes.
Diffstat (limited to 'doc/src/declarative/qdeclarativei18n.qdoc')
-rw-r--r--doc/src/declarative/qdeclarativei18n.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qdeclarativei18n.qdoc b/doc/src/declarative/qdeclarativei18n.qdoc
index 0a48dd9..c7dbd4d 100644
--- a/doc/src/declarative/qdeclarativei18n.qdoc
+++ b/doc/src/declarative/qdeclarativei18n.qdoc
@@ -86,7 +86,7 @@ lupdate hello.qml -ts hello.ts
\endcode
Then we open \c hello.ts in \l{Qt Linguist Manual} {Linguist}, provide
-a translation and create the release file \c hello.qml.
+a translation and create the release file \c hello.qm.
Finally, we can test the translation:
\code