diff options
Diffstat (limited to 'doc/html/i18n.html')
-rw-r--r-- | doc/html/i18n.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/i18n.html b/doc/html/i18n.html index ff2fa0c75..55ca647e6 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -347,7 +347,7 @@ file for <em>lupdate</em>; your <tt>qmake</tt> project file will work fine once you add the <tt>TRANSLATIONS</tt> entry. <p> In your application, you must <a href="ntqtranslator.html#load">TQTranslator::load</a>() the translation files appropriate for the user's language, and install them using <a href="ntqapplication.html#installTranslator">TQApplication::installTranslator</a>(). -<p> If you have been using the old TQt tools (<tt>findtr</tt>, <tt>msg2qm</tt> and <tt>mergetr</tt>), you can use <em>qm2ts</em> to convert your old <tt>.qm</tt> files. +<p> If you have been using the old TQt tools (<tt>tqtfindtr</tt>, <tt>msg2tqm</tt> and <tt>tqtmergetr</tt>), you can use <em>tqm2ts</em> to convert your old <tt>.qm</tt> files. <p> <em>linguist</em>, <em>lupdate</em> and <em>lrelease</em> are installed in the <tt>bin</tt> subdirectory of the base directory TQt is installed into. Click Help|Manual in <em>TQt Linguist</em> to access the user's manual; it contains a tutorial |