From: Jim Meyering Date: Sat, 12 Jul 2003 07:35:34 +0000 (+0000) Subject: (make_path): Enclose diagnostic in _(...). X-Git-Tag: v5.0.1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adde09382364439ea89435e2ecc482bfff9bcfe6;p=thirdparty%2Fcoreutils.git (make_path): Enclose diagnostic in _(...). --- 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; }