summaryrefslogtreecommitdiff
path: root/src/yes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/yes.c')
-rw-r--r--src/yes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yes.c b/src/yes.c
index ff6fd83ea..34fceb729 100644
--- a/src/yes.c
+++ b/src/yes.c
@@ -110,6 +110,6 @@ main (int argc, char **argv)
}
}
- error (0, errno, "standard output");
+ error (0, errno, _("standard output"));
exit (EXIT_FAILURE);
}