[GRASS-SVN] r50774 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 12 10:48:16 EST 2012
Author: mmetz
Date: 2012-02-12 07:48:16 -0800 (Sun, 12 Feb 2012)
New Revision: 50774
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
fix menu description: query -> select
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2012-02-12 12:27:17 UTC (rev 50773)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2012-02-12 15:48:16 UTC (rev 50774)
@@ -2161,14 +2161,14 @@
<label>Feature selection</label>
<items>
<menuitem>
- <label>Attribute query</label>
+ <label>Select by attributes</label>
<help>Selects vector features from an existing vector map and creates a new map containing only the selected objects.</help>
<keywords>vector,extract</keywords>
<handler>OnMenuCmd</handler>
<command>v.extract</command>
</menuitem>
<menuitem>
- <label>Spatial query</label>
+ <label>Select by another map</label>
<help>Selects features from vector map (A) by features from other vector map (B).</help>
<keywords>vector,spatial query</keywords>
<handler>OnMenuCmd</handler>
More information about the grass-commit
mailing list