summaryrefslogtreecommitdiff
path: root/src/tr.c
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2008-08-20 23:00:00 +0200
committerJim Meyering <meyering@redhat.com>2008-09-19 12:27:36 +0200
commit4718a2fdf407a7db8ff6150bcc401cc2375c01eb (patch)
tree0e25d9c45cb723674b3cac23317f876f23885aee /src/tr.c
parent2298544c64a8706cbc1ebd3acae301704d9488f2 (diff)
downloadcoreutils-4718a2fdf407a7db8ff6150bcc401cc2375c01eb.tar.xz
nohup, remove, tr: also gettextize the alternative messages
Diffstat (limited to 'src/tr.c')
-rw-r--r--src/tr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tr.c b/src/tr.c
index e1bb40499..4dde099f0 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -1720,9 +1720,9 @@ main (int argc, char **argv)
error (0, 0, _("missing operand after %s"), quote (argv[argc - 1]));
fprintf (stderr, "%s\n",
_(squeeze_repeats
- ? ("Two strings must be given when "
- "both deleting and squeezing repeats.")
- : "Two strings must be given when translating."));
+ ? N_("Two strings must be given when "
+ "both deleting and squeezing repeats.")
+ : N_("Two strings must be given when translating.")));
}
usage (EXIT_FAILURE);
}