summaryrefslogtreecommitdiff
path: root/lib/makepath.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-12 07:35:34 +0000
committerJim Meyering <jim@meyering.net>2003-07-12 07:35:34 +0000
commitadde09382364439ea89435e2ecc482bfff9bcfe6 (patch)
treee6c29f022382752ae3008beb97aac93114dbfb0b /lib/makepath.c
parentd24393e12d59479bd689a7639c8577b7b31d4f2d (diff)
downloadcoreutils-adde09382364439ea89435e2ecc482bfff9bcfe6.tar.xz
(make_path): Enclose diagnostic in _(...).
Diffstat (limited to 'lib/makepath.c')
-rw-r--r--lib/makepath.c2
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;
}