aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/demos/photoviewer/doc/src/photoviewer.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quick/demos/photoviewer/doc/src/photoviewer.qdoc b/examples/quick/demos/photoviewer/doc/src/photoviewer.qdoc
index ac56cb2b7a..7bb27a78d0 100644
--- a/examples/quick/demos/photoviewer/doc/src/photoviewer.qdoc
+++ b/examples/quick/demos/photoviewer/doc/src/photoviewer.qdoc
@@ -306,10 +306,10 @@
\printuntil }
\printuntil }
- We use the \l qsTr() command to mark the button labels translatable.
+ We use the \l[QML]{Qt::}{qsTr()} command to mark the button labels translatable.
- We use the \l lupdate tool to generate the translation source files and
- the \l lrelease tool to convert the translated strings to the QM files used
+ We use the \c lupdate() tool to generate the translation source files and
+ the \c lrelease() tool to convert the translated strings to the QM files used
by the application at runtime. These files are stored in the \c i18n
directory.