diff --git a/src/system.h b/src/system.h index 80fc23563..e4790f7cc 100644 --- a/src/system.h +++ b/src/system.h @@ -660,10 +660,10 @@ emit_ancillary_info (char const *program) to form one of the URLs at https://translationproject.org/team/. Otherwise, replace the entire URL with your translation team's email address. */ - printf (_("Report %s translation bugs to " - "\n"), program); + fputs (_("Report any translation bugs to " + "\n"), stdout); } - printf (_("Full documentation at: <%s%s>\n"), + printf (_("Full documentation <%s%s>\n"), PACKAGE_URL, program); printf (_("or available locally via: info '(coreutils) %s%s'\n"), node, node == program ? " invocation" : "");