[GRASS-SVN] r35258 -
grass/branches/releasebranch_6_4/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 7 09:32:20 EST 2009
Author: martinl
Date: 2009-01-07 09:32:20 -0500 (Wed, 07 Jan 2009)
New Revision: 35258
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
Log:
fix some typos from r35251 use original module description as help text
Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2009-01-07 12:08:52 UTC (rev 35257)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2009-01-07 14:32:20 UTC (rev 35258)
@@ -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>
@@ -947,8 +947,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>
@@ -1411,7 +1411,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>
More information about the grass-commit
mailing list