[GRASS-SVN] r39026 - grass/branches/develbranch_6/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 5 16:23:33 EDT 2009


Author: neteler
Date: 2009-09-05 16:23:33 -0400 (Sat, 05 Sep 2009)
New Revision: 39026

Modified:
   grass/branches/develbranch_6/lib/gis/mapset_msc.c
Log:
better wording

Modified: grass/branches/develbranch_6/lib/gis/mapset_msc.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/mapset_msc.c	2009-09-05 20:23:25 UTC (rev 39025)
+++ grass/branches/develbranch_6/lib/gis/mapset_msc.c	2009-09-05 20:23:33 UTC (rev 39026)
@@ -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