(make_path): Enclose diagnostic in _(...).
authorJim Meyering <jim@meyering.net>
Tue, 15 Jul 2003 07:01:49 +0000 (07:01 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 15 Jul 2003 07:01:49 +0000 (07:01 +0000)
lib/makepath.c

index 42a0cf5402309193475380a7eb5d279bcb632068..0f20bcde9e12b70d805d9d131d4618c2b9a2d01a 100644 (file)
@@ -386,7 +386,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;
            }