(make_path): Enclose diagnostic in _(...).

This commit is contained in:
Jim Meyering
2003-07-12 07:35:34 +00:00
parent d24393e12d
commit adde093823
+1 -1
View File
@@ -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;
}