[GRASS-SVN] r31278 - grass/trunk/vector/v.what.rast

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 7 04:08:25 EDT 2008


Author: hamish
Date: 2008-05-07 04:08:25 -0400 (Wed, 07 May 2008)
New Revision: 31278

Modified:
   grass/trunk/vector/v.what.rast/main.c
Log:
msg cosmetics (merge from devbr6)

Modified: grass/trunk/vector/v.what.rast/main.c
===================================================================
--- grass/trunk/vector/v.what.rast/main.c	2008-05-07 08:06:45 UTC (rev 31277)
+++ grass/trunk/vector/v.what.rast/main.c	2008-05-07 08:08:25 UTC (rev 31278)
@@ -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