From ef22f820aaa3b8eac7e94238a848521a73aec44d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 15 Jul 2003 07:01:49 +0000 Subject: [PATCH] (make_path): Enclose diagnostic in _(...). --- lib/makepath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/makepath.c b/lib/makepath.c index 42a0cf5402..0f20bcde9e 100644 --- a/lib/makepath.c +++ b/lib/makepath.c @@ -386,7 +386,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; } -- 2.30.2