From adde09382364439ea89435e2ecc482bfff9bcfe6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 12 Jul 2003 07:35:34 +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 7455f9a760..f2dfe88914 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; } -- 2.47.2