summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/application.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/application.qdoc')
-rw-r--r--doc/src/examples/application.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/application.qdoc b/doc/src/examples/application.qdoc
index 9e03bc490d..e4fceecdf5 100644
--- a/doc/src/examples/application.qdoc
+++ b/doc/src/examples/application.qdoc
@@ -166,7 +166,7 @@
the string for translation. It is a good habit to call
\l{QObject::tr()}{tr()} on all user-visible strings, in case you
later decide to translate your application to other languages.
- The \l{Internationalization with Qt} overview convers
+ The \l{Internationalization with Qt} overview covers
\l{QObject::tr()}{tr()} in more detail.
\snippet examples/mainwindows/application/mainwindow.cpp 15