mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-22 00:12:00 -04:00
(zaptemp): Mark new diagnostic for translation.
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user