[GRASS-SVN] r47388 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 3 12:56:01 EDT 2011
Author: martinl
Date: 2011-08-03 09:56:01 -0700 (Wed, 03 Aug 2011)
New Revision: 47388
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxGUI: update menu items
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2011-08-03 16:54:06 UTC (rev 47387)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2011-08-03 16:56:01 UTC (rev 47388)
@@ -612,7 +612,7 @@
</menuitem>
<menuitem>
<label>Delete filtered</label>
- <help>Removes data base element files from the user's current mapset.</help>
+ <help>Removes data base element files from the user's current mapset using regular expressions.</help>
<keywords>general,map management,remove,multi</keywords>
<handler>OnMenuCmd</handler>
<command>g.mremove</command>
@@ -2805,21 +2805,21 @@
<menuitem>
<label>Instantaneaous Net Radiation</label>
<help>Net radiation approximation (Bastiaanssen, 1995).</help>
- <keywords>net radiation,energy balance,SEBAL,energy balance,SEBAL</keywords>
+ <keywords>imagery,energy balance,net radiation,SEBAL</keywords>
<handler>OnMenuCmd</handler>
<command>i.eb.netrad</command>
</menuitem>
<menuitem>
<label>Soil heat flux</label>
<help>Soil heat flux approximation (Bastiaanssen, 1995).</help>
- <keywords>imagery,soil heat flux,energy balance,SEBAL</keywords>
+ <keywords>imagery,energy balance,soil heat flux,SEBAL</keywords>
<handler>OnMenuCmd</handler>
<command>i.eb.soilheatflux</command>
</menuitem>
<menuitem>
<label>Sensible heat flux</label>
<help>Computes sensible heat flux iteration SEBAL 01.</help>
- <keywords>imagery,evaporative fraction,soil moisture,energy balance,SEBAL</keywords>
+ <keywords>imagery,energy balance,soil moisture,evaporative fraction,SEBAL</keywords>
<handler>OnMenuCmd</handler>
<command>i.eb.h_sebal01</command>
</menuitem>
@@ -2827,14 +2827,14 @@
<menuitem>
<label>Evaporative fraction</label>
<help>Computes evaporative fraction (Bastiaanssen, 1995) and root zone soil moisture (Makin, Molden and Bastiaanssen, 2001).</help>
- <keywords>imagery,evaporative fraction,soil moisture,energy balance,SEBAL</keywords>
+ <keywords>imagery,energy balance,soil moisture,evaporative fraction,SEBAL</keywords>
<handler>OnMenuCmd</handler>
<command>i.eb.evapfr</command>
</menuitem>
<menuitem>
<label>Actual Evapotranspiration</label>
<help>Actual evapotranspiration for diurnal period (Bastiaanssen, 1995).</help>
- <keywords>imagery,actual evapotranspiration,energy balance,SEBAL</keywords>
+ <keywords>imagery,energy balance,actual evapotranspiration,SEBAL</keywords>
<handler>OnMenuCmd</handler>
<command>i.eb.eta</command>
</menuitem>
More information about the grass-commit
mailing list