diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-07 22:42:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-07 22:42:05 -0600 |
commit | 36753ac659fe85fd02a8dffa84143812e011cd71 (patch) | |
tree | 2581a958653985ed91ff63ff702ad47a253553b3 /doc/man/man1/tqtmergetr.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/tqtmergetr.1')
-rw-r--r-- | doc/man/man1/tqtmergetr.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man1/tqtmergetr.1 b/doc/man/man1/tqtmergetr.1 index c28dba98f..a2c574f8f 100644 --- a/doc/man/man1/tqtmergetr.1 +++ b/doc/man/man1/tqtmergetr.1 @@ -1,21 +1,21 @@ -.TH "tqttqtmergetr" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqtmergetr" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -tqttqtmergetr \- Merge changes in translations +tqtmergetr \- Merge changes in translations .SH "SYNTAX" .LP -tqttqtmergetr myapp_de.po myapp.po +tqtmergetr myapp_de.po myapp.po .SH "DESCRIPTION" .LP When the texts in your program change as it is developed, -a the base .po file can be regenerated using tqttqtfindtr, -then tqttqtmergetr can be used to merge the changes into the +a the base .po file can be regenerated using tqtfindtr, +then tqtmergetr can be used to merge the changes into the other .po files: - tqttqtmergetr myapp_de.po myapp.po - tqttqtmergetr myapp_fr.po myapp.po - tqttqtmergetr myapp_ja.po myapp.po + tqtmergetr myapp_de.po myapp.po + tqtmergetr myapp_fr.po myapp.po + tqtmergetr myapp_ja.po myapp.po The translation team then edits the new .po files to |