[GRASS-SVN] r53824 - grass/branches/releasebranch_6_4/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 14 09:44:41 PST 2012
Author: martinl
Date: 2012-11-14 09:44:41 -0800 (Wed, 14 Nov 2012)
New Revision: 53824
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
Log:
update wxGUI menu from module's desc
Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2012-11-14 17:43:43 UTC (rev 53823)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2012-11-14 17:44:41 UTC (rev 53824)
@@ -847,7 +847,7 @@
</menuitem>
<menuitem>
<label>Manage projections</label>
- <help>Converts co-ordinate system descriptions (i.e. projection information) between various formats (including GRASS format).</help>
+ <help>Prints and manipulates GRASS projection information files (in various co-ordinate system descriptions).</help>
<keywords>general,projection</keywords>
<handler>OnMenuCmd</handler>
<command>g.proj</command>
@@ -1349,7 +1349,7 @@
</menuitem>
<menuitem>
<label>Fill lake</label>
- <help>Fills lake from seed at given level.</help>
+ <help>Fills lake at given point to given level.</help>
<keywords>raster,hydrology</keywords>
<handler>OnMenuCmd</handler>
<command>r.lake</command>
@@ -2209,14 +2209,14 @@
<items>
<menuitem>
<label>Create LRS</label>
- <help>Create Linear Reference System</help>
+ <help>Creates Linear Reference System</help>
<keywords>vector,LRS,networking</keywords>
<handler>OnMenuCmd</handler>
<command>v.lrs.create</command>
</menuitem>
<menuitem>
<label>Create stationing</label>
- <help>Create stationing from input lines, and linear reference system</help>
+ <help>Creates stationing from input lines, and linear reference system</help>
<keywords>vector,LRS,networking</keywords>
<handler>OnMenuCmd</handler>
<command>v.lrs.label</command>
@@ -2448,7 +2448,7 @@
<separator />
<menuitem>
<label>Generate area for current region</label>
- <help>Create a new vector from the current region.</help>
+ <help>Creates a vector polygon from the current region extent.</help>
<keywords>vector,geometry</keywords>
<handler>OnMenuCmd</handler>
<command>v.in.region</command>
More information about the grass-commit
mailing list