[GRASS-SVN] r67645 - in grass/trunk/scripts: r.import v.import
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 23 12:49:52 PST 2016
Author: neteler
Date: 2016-01-23 12:49:52 -0800 (Sat, 23 Jan 2016)
New Revision: 67645
Modified:
grass/trunk/scripts/r.import/r.import.py
grass/trunk/scripts/v.import/v.import.py
Log:
msg fix
Modified: grass/trunk/scripts/r.import/r.import.py
===================================================================
--- grass/trunk/scripts/r.import/r.import.py 2016-01-23 19:26:53 UTC (rev 67644)
+++ grass/trunk/scripts/r.import/r.import.py 2016-01-23 20:49:52 UTC (rev 67645)
@@ -106,7 +106,7 @@
#%flag
#% key: o
#% label: Override projection check (use current location's projection)
-#% description: Assume that the dataset has same projection as the current location
+#% description: Assume that the dataset has the same projection as the current location
#%end
import sys
Modified: grass/trunk/scripts/v.import/v.import.py
===================================================================
--- grass/trunk/scripts/v.import/v.import.py 2016-01-23 19:26:53 UTC (rev 67644)
+++ grass/trunk/scripts/v.import/v.import.py 2016-01-23 20:49:52 UTC (rev 67645)
@@ -94,7 +94,7 @@
#%flag
#% key: o
#% label: Override projection check (use current location's projection)
-#% description: Assume that the dataset has same projection as the current location
+#% description: Assume that the dataset has the same projection as the current location
#%end
import sys
More information about the grass-commit
mailing list