]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(make_path): Enclose diagnostic in _(...).
authorJim Meyering <jim@meyering.net>
Sat, 12 Jul 2003 07:35:34 +0000 (07:35 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 12 Jul 2003 07:35:34 +0000 (07:35 +0000)
lib/makepath.c

index 7455f9a760930e302c088b8e745242b2764ddb7a..f2dfe8891411e582f61f8a7cee175f538b5aee71 100644 (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;
            }