mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-14 00:44:20 +02:00
date: translate/clarify recent error message
* src/show-date.c (show_date): Flagged by syntax-check.
This commit is contained in:
@@ -31,7 +31,7 @@ show_date (char const *format, struct timespec when, timezone_t tz)
|
||||
|
||||
if (fprintftime (stdout, format, &tm, tz, when.tv_nsec) < 0)
|
||||
{
|
||||
error (0, errno, "fprintftime");
|
||||
error (0, errno, _("fprintftime error"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user