diff options
author | Timothy Pearson <[email protected]> | 2013-11-07 22:42:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-11-07 22:42:05 -0600 |
commit | 36753ac659fe85fd02a8dffa84143812e011cd71 (patch) | |
tree | 2581a958653985ed91ff63ff702ad47a253553b3 /doc/man/man1/tqtfindtr.1 | |
parent | 40e50e6f20276afb557992a51d47618b014e388d (diff) | |
download | tqt3-36753ac659fe85fd02a8dffa84143812e011cd71.tar.gz tqt3-36753ac659fe85fd02a8dffa84143812e011cd71.zip |
Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
This reverts commit 40e50e6f20276afb557992a51d47618b014e388d.
Diffstat (limited to 'doc/man/man1/tqtfindtr.1')
-rw-r--r-- | doc/man/man1/tqtfindtr.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man1/tqtfindtr.1 b/doc/man/man1/tqtfindtr.1 index 59cf73661..163af792b 100644 --- a/doc/man/man1/tqtfindtr.1 +++ b/doc/man/man1/tqtfindtr.1 @@ -1,10 +1,10 @@ -.TH "tqttqtfindtr" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqtfindtr" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -tqttqtfindtr \- Extracts information about text to be translated +tqtfindtr \- Extracts information about text to be translated .SH "SYNTAX" .LP -tqttqtfindtr *.cpp *.h >myapp.po +tqtfindtr *.cpp *.h >myapp.po .SH "DESCRIPTION" .LP @@ -17,7 +17,7 @@ translated versions of the file would then be myapp_de.po, myapp_fr.po, and myapp_ja.po for translations in German, French and Japanese respectively. - tqttqtfindtr *.cpp *.h >myapp.po + tqtfindtr *.cpp *.h >myapp.po copy myapp.po myapp_de.po edit myapp_de.po .SH "AUTHORS" |