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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 23 14:16:31 PST 2016


Author: martinl
Date: 2016-01-23 14:16:31 -0800 (Sat, 23 Jan 2016)
New Revision: 67646

Modified:
   grass/trunk/vector/v.in.ogr/main.c
Log:
v.in.ogr: msg fix (see r67645)

Modified: grass/trunk/vector/v.in.ogr/main.c
===================================================================
--- grass/trunk/vector/v.in.ogr/main.c	2016-01-23 20:49:52 UTC (rev 67645)
+++ grass/trunk/vector/v.in.ogr/main.c	2016-01-23 22:16:31 UTC (rev 67646)
@@ -283,7 +283,7 @@
     flag.over->label =
 	_("Override projection check (use current location's projection)");
     flag.over->description =
-	_("Assume that the dataset has same projection as the current location");
+	_("Assume that the dataset has the same projection as the current location");
 
     flag.proj = G_define_flag();
     flag.proj->key = 'j';



More information about the grass-commit mailing list