[GRASS-SVN] r29558 -
grass/branches/releasebranch_6_3/vector/v.in.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 4 13:02:28 EST 2008
Author: epatton
Date: 2008-01-04 13:02:27 -0500 (Fri, 04 Jan 2008)
New Revision: 29558
Modified:
grass/branches/releasebranch_6_3/vector/v.in.ogr/main.c
Log:
Corrected grammar in an error message
Modified: grass/branches/releasebranch_6_3/vector/v.in.ogr/main.c
===================================================================
--- grass/branches/releasebranch_6_3/vector/v.in.ogr/main.c 2008-01-04 17:55:03 UTC (rev 29557)
+++ grass/branches/releasebranch_6_3/vector/v.in.ogr/main.c 2008-01-04 18:02:27 UTC (rev 29558)
@@ -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