mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-11 09:29:34 -04:00
(make_path): Enclose diagnostic in _(...).
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user