summaryrefslogtreecommitdiff
path: root/src/tr.c
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2008-08-29 22:52:06 +0200
committerJim Meyering <meyering@redhat.com>2008-09-19 12:27:37 +0200
commit6d5bf36d5c5e8fcdf1a219d06c9eb8a2ba720850 (patch)
tree038445f271a4c7329247b06ad073830a4fa797a7 /src/tr.c
parentbe11df49165f1d6f747dd3ca3a09f1b050bfeb74 (diff)
downloadcoreutils-6d5bf36d5c5e8fcdf1a219d06c9eb8a2ba720850.tar.xz
tr --help: gettextize a single paragraph as a single string
Breaking a paragraph into several strings is awkward for translators.
Diffstat (limited to 'src/tr.c')
-rw-r--r--src/tr.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/tr.c b/src/tr.c
index 4dde099f0..0f94eef84 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -339,16 +339,10 @@ Interpreted sequences are:\n\
\n\
Translation occurs if -d is not given and both SET1 and SET2 appear.\n\
-t may be used only when translating. SET2 is extended to length of\n\
-SET1 by repeating its last character as necessary. \
-"), stdout);
- fputs (_("\
-Excess characters\n\
+SET1 by repeating its last character as necessary. Excess characters\n\
of SET2 are ignored. Only [:lower:] and [:upper:] are guaranteed to\n\
expand in ascending order; used in SET2 while translating, they may\n\
-only be used in pairs to specify case conversion. \
-"), stdout);
- fputs (_("\
--s uses SET1 if not\n\
+only be used in pairs to specify case conversion. -s uses SET1 if not\n\
translating nor deleting; else squeezing uses SET2 and occurs after\n\
translation or deletion.\n\
"), stdout);