[GRASS-SVN] r44193 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 6 18:00:26 EDT 2010


Author: martinl
Date: 2010-11-06 15:00:26 -0700 (Sat, 06 Nov 2010)
New Revision: 44193

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
update wxGUI menu by update_menudata.py


Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2010-11-06 16:16:41 UTC (rev 44192)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2010-11-06 22:00:26 UTC (rev 44193)
@@ -576,7 +576,7 @@
 	    <separator />
 	    <menuitem>
 	      <label>Vector to raster</label>
-	      <help>Converts a vector map into a raster map.</help>
+	      <help>Converts (rasterize) a vector map into a raster map.</help>
 	      <keywords>vector,raster,conversion,rasterization</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>v.to.rast</command>
@@ -898,9 +898,9 @@
 	    </menuitem>
 	    <separator />
 	    <menuitem>
-	      <label>Reproject raster</label>
+	      <label>Reproject raster map</label>
 	      <help>Re-projects a raster map from one location to the current location.</help>
-	      <keywords>raster,projection</keywords>
+	      <keywords>raster,projection,transformation</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>r.proj</command>
 	    </menuitem>
@@ -940,7 +940,7 @@
 	    <menuitem>
 	      <label>Export color table</label>
 	      <help>Exports the color table associated with a raster map layer.</help>
-	      <keywords>raster,color table</keywords>
+	      <keywords>raster,export,color table</keywords>
               <handler>OnMenuCmd</handler>
 	      <command>r.colors.out</command>
 	    </menuitem>
@@ -1943,8 +1943,8 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Reproject vector map</label>
-	      <help>Allows projection conversion of vector maps.</help>
-	      <keywords>vector,projection</keywords>
+	      <help>Re-projects a vector map from one location to the current location.</help>
+	      <keywords>vector,projection,transformation</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>v.proj</command>
 	    </menuitem>



More information about the grass-commit mailing list