[GRASS-SVN] r39024 - grass/branches/releasebranch_6_4/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 5 16:22:49 EDT 2009
Author: neteler
Date: 2009-09-05 16:22:49 -0400 (Sat, 05 Sep 2009)
New Revision: 39024
Modified:
grass/branches/releasebranch_6_4/lib/gis/mapset_msc.c
Log:
better wording
Modified: grass/branches/releasebranch_6_4/lib/gis/mapset_msc.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/mapset_msc.c 2009-09-05 20:14:20 UTC (rev 39023)
+++ grass/branches/releasebranch_6_4/lib/gis/mapset_msc.c 2009-09-05 20:22:49 UTC (rev 39024)
@@ -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