[GRASS-SVN] r45294 - grass/branches/develbranch_6/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 3 10:16:17 EST 2011


Author: martinl
Date: 2011-02-03 07:16:17 -0800 (Thu, 03 Feb 2011)
New Revision: 45294

Modified:
   grass/branches/develbranch_6/lib/vector/Vlib/write.c
Log:
message cosmetics


Modified: grass/branches/develbranch_6/lib/vector/Vlib/write.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/Vlib/write.c	2011-02-03 14:55:32 UTC (rev 45293)
+++ grass/branches/develbranch_6/lib/vector/Vlib/write.c	2011-02-03 15:16:17 UTC (rev 45294)
@@ -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