summaryrefslogtreecommitdiff
path: root/src/diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/diff.c')
-rw-r--r--src/diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.c b/src/diff.c
index a5ec7f4..d54782c 100644
--- a/src/diff.c
+++ b/src/diff.c
@@ -300,7 +300,7 @@ main (int argc, char **argv)
presume_output_tty = false;
int stdopen_errno = stdopen ();
if (stdopen_errno != 0)
- error (EXIT_TROUBLE, stdopen_errno, "standard file descriptors");
+ error (EXIT_TROUBLE, stdopen_errno, _("standard file descriptors"));
/* Decode the options. */