summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qdeclarativei18n.qdoc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-03-29 00:51:24 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-03-29 01:00:12 (GMT)
commiteb125f983d274d6ddb48c96389b344b8f45bbbd0 (patch)
tree3bac25f40109051828ab6a62f24c4e3cc6f95990 /doc/src/declarative/qdeclarativei18n.qdoc
parent9618d60aecf2609f50bc573874eef6d4a52a24e3 (diff)
downloadQt-eb125f983d274d6ddb48c96389b344b8f45bbbd0.zip
Qt-eb125f983d274d6ddb48c96389b344b8f45bbbd0.tar.gz
Qt-eb125f983d274d6ddb48c96389b344b8f45bbbd0.tar.bz2
Remove references to qmlviewer in docs.
Diffstat (limited to 'doc/src/declarative/qdeclarativei18n.qdoc')
-rw-r--r--doc/src/declarative/qdeclarativei18n.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/declarative/qdeclarativei18n.qdoc b/doc/src/declarative/qdeclarativei18n.qdoc
index 9c10a46..598c567 100644
--- a/doc/src/declarative/qdeclarativei18n.qdoc
+++ b/doc/src/declarative/qdeclarativei18n.qdoc
@@ -63,7 +63,7 @@ capabilities are described more fully in:
\o \l {Qt Linguist Manual}
\endlist
-You can test a translation in \l {qmlviewer} using the -translation option.
+You can test a translation with the \l {Qt Declarative UI Runtime}{qml} tool using the -translation option.
\section1 Example
@@ -86,10 +86,10 @@ 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.qm.
+a translation and create the release file \c hello.qml.
-Finally, we can test the translation in qmlviewer:
+Finally, we can test the translation:
\code
-qmlviewer -translation hello.qm hello.qml
+qml -translation hello.qm hello.qml
\endcode
*/