aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/photoviewer/doc/src/photoviewer.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/demos/photoviewer/doc/src/photoviewer.qdoc')
-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 4da23f9b67..9c0f8b337e 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.