summaryrefslogtreecommitdiff
path: root/src/join.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-02-17 03:42:26 +0000
committerJim Meyering <jim@meyering.net>1996-02-17 03:42:26 +0000
commit73d5e9c5dda66c2d1a3a51d7fed1c237cee84373 (patch)
treedf36c62ebfde084fe8c7ded261ae20b559f69927 /src/join.c
parentdaf7870cb011cf6ce6656f7954c1b7b09a4d8535 (diff)
downloadcoreutils-73d5e9c5dda66c2d1a3a51d7fed1c237cee84373.tar.xz
Mark a few error strings for translation.
From Franc,ois Pinard.
Diffstat (limited to 'src/join.c')
-rw-r--r--src/join.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/join.c b/src/join.c
index 5f5e3a1b5..8e00a7a5d 100644
--- a/src/join.c
+++ b/src/join.c
@@ -812,7 +812,7 @@ main (int argc, char **argv)
if (nfiles > 1)
{
- error (0, 0, "too many non-option arguments");
+ error (0, 0, _("too many non-option arguments"));
usage (1);
}
names[nfiles++] = optarg;
@@ -830,7 +830,7 @@ main (int argc, char **argv)
if (nfiles != 2)
{
- error (0, 0, "too few non-option arguments");
+ error (0, 0, _("too few non-option arguments"));
usage (1);
}