diff options
Diffstat (limited to 'lib/makepath.c')
| -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; } |
