[GRASS-SVN] r31276 - grass/branches/develbranch_6/vector/v.what.rast

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 7 04:01:29 EDT 2008


Author: hamish
Date: 2008-05-07 04:01:28 -0400 (Wed, 07 May 2008)
New Revision: 31276

Modified:
   grass/branches/develbranch_6/vector/v.what.rast/main.c
Log:
msg cosmetics

Modified: grass/branches/develbranch_6/vector/v.what.rast/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.what.rast/main.c	2008-05-07 07:32:54 UTC (rev 31275)
+++ grass/branches/develbranch_6/vector/v.what.rast/main.c	2008-05-07 08:01:28 UTC (rev 31276)
@@ -230,10 +230,10 @@
 
     /* Report number of points not used */
     if ( outside_cnt )
-	G_warning ( _("%d points outside current region skip"), outside_cnt );
+	G_warning(_("%d points outside current region were skipped"), outside_cnt );
 
     if ( nocat_cnt )
-	G_warning ( _("%d points without category skip"), nocat_cnt );
+	G_warning(_("%d points without category were skipped"), nocat_cnt );
     
     /* Sort cache by current region row */
     qsort (cache, point_cnt, sizeof (struct order), by_row);



More information about the grass-commit mailing list