[GRASS-SVN] r35261 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 7 09:39:15 EST 2009
Author: martinl
Date: 2009-01-07 09:39:15 -0500 (Wed, 07 Jan 2009)
New Revision: 35261
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
fix some typos from r35249 use original module description as help text
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2009-01-07 14:36:01 UTC (rev 35260)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2009-01-07 14:39:15 UTC (rev 35261)
@@ -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>
More information about the grass-commit
mailing list