summaryrefslogtreecommitdiff
path: root/src/md5sum.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/md5sum.c
parentdaf7870cb011cf6ce6656f7954c1b7b09a4d8535 (diff)
downloadcoreutils-73d5e9c5dda66c2d1a3a51d7fed1c237cee84373.tar.xz
Mark a few error strings for translation.
From Franc,ois Pinard.
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index 4895e2376..0329d8dfe 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -337,7 +337,7 @@ md5_check (const char *checkfile_name, int binary)
if (ferror (checkfile_stream))
{
- error (0, 0, "%s: read error", checkfile_name);
+ error (0, 0, _("%s: read error"), checkfile_name);
return 1;
}