Преглед изворни кода

i.in.spotvgt module descr; v.to.db menu descr (trac https://trac.osgeo.org/grass/ticket/840)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41154 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman пре 15 година
родитељ
комит
8e49aa4b57
2 измењених фајлова са 5 додато и 5 уклоњено
  1. 2 2
      gui/wxpython/xml/menudata.xml
  2. 3 3
      scripts/i.in.spotvgt/i.in.spotvgt.py

+ 2 - 2
gui/wxpython/xml/menudata.xml

@@ -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>

+ 3 - 3
scripts/i.in.spotvgt/i.in.spotvgt.py

@@ -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