[GRASS-SVN] r29557 - grass/trunk/vector/v.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 4 12:55:03 EST 2008


Author: epatton
Date: 2008-01-04 12:55:03 -0500 (Fri, 04 Jan 2008)
New Revision: 29557

Modified:
   grass/trunk/vector/v.in.ogr/main.c
Log:
Corrected grammar in error message.

Modified: grass/trunk/vector/v.in.ogr/main.c
===================================================================
--- grass/trunk/vector/v.in.ogr/main.c	2008-01-04 17:15:32 UTC (rev 29556)
+++ grass/trunk/vector/v.in.ogr/main.c	2008-01-04 17:55:03 UTC (rev 29557)
@@ -550,7 +550,7 @@
     	             _("\nYou can use the -o flag to %s to override this projection check.\n"),
     	    	     G_program_name() );
             strcat( error_msg,
-             _("Consider to generate a new location with 'location' parameter"
+             _("Consider generating a new location with 'location' parameter"
              " from input data set.\n") );
             G_fatal_error( error_msg );
         }



More information about the grass-commit mailing list