[GRASS-SVN] r39027 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 5 16:24:04 EDT 2009
Author: neteler
Date: 2009-09-05 16:24:04 -0400 (Sat, 05 Sep 2009)
New Revision: 39027
Modified:
grass/trunk/lib/gis/mapset_msc.c
Log:
better wording
Modified: grass/trunk/lib/gis/mapset_msc.c
===================================================================
--- grass/trunk/lib/gis/mapset_msc.c 2009-09-05 20:23:33 UTC (rev 39026)
+++ grass/trunk/lib/gis/mapset_msc.c 2009-09-05 20:24:04 UTC (rev 39027)
@@ -61,7 +61,7 @@
p_element, path, strerror(errno));
}
if (access(path, 0) != 0) /* directory not accessible */
- G_fatal_error(_("Unable to make mapset element %s (%s): %s"),
+ G_fatal_error(_("Unable to access mapset element %s (%s): %s"),
p_element, path, strerror(errno));
if (*element == 0)
return 1;
More information about the grass-commit
mailing list