From: Jim Meyering Date: Sun, 14 Nov 2004 08:36:30 +0000 (+0000) Subject: (zaptemp): Mark new diagnostic for translation. X-Git-Tag: v5.3.0~417 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5b7dbc58e035dfd8148252016adea28aeed9e96;p=thirdparty%2Fcoreutils.git (zaptemp): Mark new diagnostic for translation. --- diff --git a/src/sort.c b/src/sort.c index 0064112532..eb92a99efa 100644 --- a/src/sort.c +++ b/src/sort.c @@ -538,7 +538,7 @@ zaptemp (const char *name) sigprocmask (SIG_SETMASK, &oldset, NULL); if (unlink_status != 0) - error (0, unlink_errno, "warning: cannot remove: %s", name); + error (0, unlink_errno, _("warning: cannot remove: %s"), name); if (! next) temptail = pnode; free (node);