diff --git a/doc/src/howto/creator-external-tools.qdoc b/doc/src/howto/creator-external-tools.qdoc index df8e4637f01845cc13b144a30ce7524a97be7815..0369702c01794aa88b5e530aa946f39998a8e9dc 100644 --- a/doc/src/howto/creator-external-tools.qdoc +++ b/doc/src/howto/creator-external-tools.qdoc @@ -43,11 +43,12 @@ code and translations. The lrelease tool is used to create run-time translation files for use by the released application. - To synchronize ts files from a translator with the application code, + To synchronize translation source (TS) files from a translator with the + application code, select \gui {Tools > External > Text > Linguist > Update Translations (lupdate)}. - To generate from the ts files qm translation files that can be used by an + To generate from the TS files Qt message (QM) files that can be used by an application, select \gui {Tools > External > Text > Linguist > Release Translations (lrelease)}.