summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/true.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/true.c b/src/true.c
index 75e53bcf5..12100bdbf 100644
--- a/src/true.c
+++ b/src/true.c
@@ -42,8 +42,8 @@ Usage: %s [ignored command line arguments]\n\
program_name, program_name);
printf ("%s\n\n",
_(EXIT_STATUS == EXIT_SUCCESS
- ? "Exit with a status code indicating success."
- : "Exit with a status code indicating failure."));
+ ? N_("Exit with a status code indicating success.")
+ : N_("Exit with a status code indicating failure.")));
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME);