[GRASS-SVN] r41154 - in grass/trunk: gui/wxpython/xml scripts/i.in.spotvgt

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 22 00:30:02 EST 2010


Author: hamish
Date: 2010-02-22 00:30:01 -0500 (Mon, 22 Feb 2010)
New Revision: 41154

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
   grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt.py
Log:
i.in.spotvgt module descr; v.to.db menu descr (trac #840)

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2010-02-22 03:27:29 UTC (rev 41153)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2010-02-22 05:30:01 UTC (rev 41154)
@@ -132,7 +132,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>SPOT NDVI import</label>
-	      <help>Imports of SPOT VGT NDVI file into a raster map.</help>
+	      <help>Imports SPOT VGT NDVI data into a raster map.</help>
 	      <keywords>raster,imagery,import</keywords>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>i.in.spotvgt</command>
@@ -2303,7 +2303,7 @@
 	      <command>v.report</command>
 	    </menuitem>
 	    <menuitem>
-	      <label>Upload or report topology</label>
+	      <label>Report or upload vector features to DB</label>
 	      <help>Populates database values from vector features.</help>
 	      <keywords>vector,database,attribute table</keywords>
 	      <handler>self.OnMenuCmd</handler>

Modified: grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt.py
===================================================================
--- grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt.py	2010-02-22 03:27:29 UTC (rev 41153)
+++ grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt.py	2010-02-22 05:30:01 UTC (rev 41154)
@@ -30,19 +30,19 @@
 #############################################################################
 
 #%Module
-#%  description: Imports of SPOT VGT NDVI file into a raster map.
+#%  description: Imports SPOT VGT NDVI data into a raster map.
 #%  keywords: raster
 #%  keywords: imagery
 #%  keywords: import
 #%End
 #%flag
 #% key: a
-#% description: also import quality map (SM status map layer) and filter NDVI map
+#% description: Also import quality map (SM status map layer) and filter NDVI map
 #%end
 #%option
 #% key: file
 #% type: string
-#% description: existing SPOT VGT NDVI HDF file (0001_NDV.HDF)
+#% description: Existing SPOT VGT NDVI HDF file (0001_NDV.HDF)
 #% gisprompt: old_file,file,input
 #% required : yes
 #%end



More information about the grass-commit mailing list