[GRASS-SVN] r45295 - grass/branches/releasebranch_6_4/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 3 10:18:23 EST 2011


Author: martinl
Date: 2011-02-03 07:18:23 -0800 (Thu, 03 Feb 2011)
New Revision: 45295

Modified:
   grass/branches/releasebranch_6_4/lib/vector/Vlib/write.c
Log:
message cosmetics
(merge r45294 from devbr6)


Modified: grass/branches/releasebranch_6_4/lib/vector/Vlib/write.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vector/Vlib/write.c	2011-02-03 15:16:17 UTC (rev 45294)
+++ grass/branches/releasebranch_6_4/lib/vector/Vlib/write.c	2011-02-03 15:18:23 UTC (rev 45295)
@@ -236,7 +236,7 @@
     ret = (*Vect_delete_line_array[Map->format][Map->level]) (Map, line);
 
     if (ret == -1)
-	G_fatal_error(_("Unable to feature %d from vector map <%s>"),
+	G_fatal_error(_("Unable to delete feature %d from vector map <%s>"),
 		      line, Map->name);
 
     return ret;



More information about the grass-commit mailing list