summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index 006411253..eb92a99ef 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);