diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-04-23 04:53:43 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-04-23 04:54:14 (GMT) |
commit | 43559e16f30d9c6eb932d4f571ec6d749b1221d5 (patch) | |
tree | a2b63a263b23937c777905f19bebdaa3539fa512 /doc/src/declarative/qdeclarativei18n.qdoc | |
parent | 5ef92c54cd35e6b2abf5f4b0db02c8980c48119d (diff) | |
download | Qt-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.qdoc | 2 |
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 |