Explorar el Código

wxGUI: update menu

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48191 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa hace 13 años
padre
commit
b1f9ae4665
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      gui/wxpython/xml/menudata.xml

+ 5 - 5
gui/wxpython/xml/menudata.xml

@@ -146,7 +146,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>PNG import</label>
-	      <help>Import non-georeferenced PNG format image.</help>
+	      <help>Imports non-georeferenced PNG format image.</help>
 	      <keywords>raster,import</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>r.in.png</command>
@@ -474,7 +474,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Multiple GPS export formats using GPSBabel</label>
-	      <help>Exports a vector map to a GPS receiver or file format supported by GpsBabel.</help>
+	      <help>Exports a vector map to a GPS receiver or file format supported by GPSBabel.</help>
 	      <keywords>vector,export,GPS</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>v.out.gps</command>
@@ -812,7 +812,7 @@
 	    <separator />
 	    <menuitem>
 	      <label>Change working environment</label>
-	      <help>Changes current mapset.</help>
+	      <help>Changes/reports current mapset.</help>
 	      <keywords>general,settings</keywords>
               <handler>OnMenuCmd</handler>
 	      <command>g.mapset</command>
@@ -2438,8 +2438,8 @@
 	</menuitem>
 	<menuitem>
 	  <label>Update area attributes from vector</label>
-	  <help>Calculates points in polygons and univariate statistics from points based on vector polygon map and uploads statistics to new attribute columns.</help>
-	  <keywords>vector,statistics</keywords>
+	  <help>Count points in areas, calculate statistics from point attributes.</help>
+	  <keywords>vector,database,attribute table</keywords>
 	  <handler>OnMenuCmd</handler>
 	  <command>v.vect.stats</command>
 	</menuitem>