changeset 4441:fcedd8e97689

(make_path): Enclose diagnostic in _(...).
author Jim Meyering <jim@meyering.net>
date Tue, 15 Jul 2003 07:01:49 +0000
parents e58a1c05a6ba
children 5dd5ece0c5dc
files lib/makepath.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/makepath.c
+++ b/lib/makepath.c
@@ -386,7 +386,7 @@
 	  *(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;
 	    }