>From 9f719b2e362995926bd3a780d480f438189736a8 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 29 Aug 2008 22:52:06 +0200 Subject: [PATCH] tr: gettextizing a single paragraph as a single string Breaking a paragraph into several strings is awkward for translators. --- src/tr.c | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/tr.c b/src/tr.c index 4dde099..0f94eef 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); -- 1.5.6.4