Browse Source

fix some typos from https://trac.osgeo.org/grass/changeset/35249 use original module description as help text

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35261 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 years ago
parent
commit
789fa46b0b
1 changed files with 6 additions and 6 deletions
  1. 6 6
      gui/wxpython/xml/menudata.xml

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

@@ -190,8 +190,8 @@
 	      <command>v.in.gpsbabel</command>
 	    </menuitem>
 	    <menuitem>
-	      <label>Geoames import</label>
-	      <help>Imports Geonames country files into a GRASS vector points map.</help>
+	      <label>Geonames import</label>
+	      <help>Imports geonames.org country files into a GRASS vector points map.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>v.in.geonames</command>
 	    </menuitem>
@@ -415,7 +415,7 @@
 	      <label>Multiple export formats using OGR</label>
 	      <help>Exports attribute tables in various formats.</help>
 	      <handler>self.OnMenuCmd</handler>
-	      <command>db.in.ogr</command>
+	      <command>db.out.ogr</command>
 	    </menuitem>
 	  </items>
 	</menu>
@@ -951,8 +951,8 @@
 	    </menuitem>
 	    <separator/>
 	    <menuitem>
-	      <label>Horizon</label>
-	      <help>Calculate horizon angle.</help>
+	      <label>Horizon angle</label>
+	      <help>Horizon angle computation from a digital elevation model.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.horizon</command>
 	    </menuitem>
@@ -1430,7 +1430,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Quantiles for large data sets</label>
-	      <help>Calculate quantiles from large data sets.</help>
+	      <help>Compute quantiles using two passes.</help>
 	      <handler>self.OnMenuCmd</handler>
 	      <command>r.quantile</command>
 	    </menuitem>