diff options
| author | Jim Meyering <jim@meyering.net> | 2004-11-14 08:36:30 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2004-11-14 08:36:30 +0000 |
| commit | c5b7dbc58e035dfd8148252016adea28aeed9e96 (patch) | |
| tree | 519bb9aca712d8c7ea239e6a28bb5acb8b961e79 /src | |
| parent | 1dc343bb3aaf2b47604a10004c70fb8f7c30ed84 (diff) | |
| download | coreutils-c5b7dbc58e035dfd8148252016adea28aeed9e96.tar.gz coreutils-c5b7dbc58e035dfd8148252016adea28aeed9e96.zip | |
(zaptemp): Mark new diagnostic for translation.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sort.c | 2 |
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); |
