diff options
author | Slávek Banko <[email protected]> | 2013-11-08 09:46:27 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-11-08 09:46:27 +0100 |
commit | c0780a876e11732962b98e3b1aac0f503b4e9ad9 (patch) | |
tree | 3868825a8f2ab785cb308248a8e88942610f5a6f /doc/man/man1/msg2qm.1 | |
parent | ef73e104bd71560e1dab2c0c9a1bb1d718674e1a (diff) | |
download | qt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.tar.gz qt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.zip |
Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
Diffstat (limited to 'doc/man/man1/msg2qm.1')
-rw-r--r-- | doc/man/man1/msg2qm.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man1/msg2qm.1 b/doc/man/man1/msg2qm.1 index c350854..7d22bbb 100644 --- a/doc/man/man1/msg2qm.1 +++ b/doc/man/man1/msg2qm.1 @@ -1,10 +1,10 @@ -.TH "msg2tqm" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "msg2qm" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -msg2tqm \- Converts translated .po files to a Qt\-specific binary format. +msg2qm \- Converts translated .po files to a Qt\-specific binary format. .SH "SYNTAX" .LP -msg2tqm myapp_de.po myapp_de.qm +msg2qm myapp_de.po myapp_de.qm .SH "DESCRIPTION" .LP @@ -14,9 +14,9 @@ are platform and locale independent, containing translations in Unicode and various hash tables to provide fast look\-up. - msg2tqm myapp_de.po myapp_de.qm - msg2tqm myapp_fr.po myapp_fr.qm - msg2tqm myapp_ja.po myapp_ja.qm + msg2qm myapp_de.po myapp_de.qm + msg2qm myapp_fr.po myapp_fr.qm + msg2qm myapp_ja.po myapp_ja.qm In your application, use QTranslator::load() to load |