diff options
| author | Jim Meyering <jim@meyering.net> | 2003-07-12 07:35:34 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2003-07-12 07:35:34 +0000 |
| commit | adde09382364439ea89435e2ecc482bfff9bcfe6 (patch) | |
| tree | e6c29f022382752ae3008beb97aac93114dbfb0b | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-adde09382364439ea89435e2ecc482bfff9bcfe6.tar.gz coreutils-adde09382364439ea89435e2ecc482bfff9bcfe6.zip | |
(make_path): Enclose diagnostic in _(...).
| -rw-r--r-- | lib/makepath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/makepath.c b/lib/makepath.c index 7455f9a76..f2dfe8891 100644 --- a/lib/makepath.c +++ b/lib/makepath.c @@ -392,7 +392,7 @@ make_path (const char *argpath, *(p->dirname_end) = '\0'; if (chmod (dirpath, parent_mode)) { - error (0, errno, "cannot change permissions of %s", + error (0, errno, _("cannot change permissions of %s"), quote (dirpath)); retval = 1; } |
