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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 5 03:31:53 EST 2010


Author: hamish
Date: 2010-02-05 03:31:50 -0500 (Fri, 05 Feb 2010)
New Revision: 40824

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
fix v.label in menu (trac #907; merge from devbr6; text cosmetics)

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2010-02-05 08:26:25 UTC (rev 40823)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2010-02-05 08:31:50 UTC (rev 40824)
@@ -1829,17 +1829,17 @@
 	    <separator />
 	    <menuitem>
 	      <label>Create labels</label>
-	      <help>Creates optimally placed labels for vector map from associated attributes</help>
+	      <help>Creates paint labels for a vector map from attached attributes.</help>
 	      <keywords>vector,paint labels</keywords>
               <handler>self.OnMenuCmd</handler>
-	      <command>v.label.sa</command>
+	      <command>v.label</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Create optimally placed labels</label>
-	      <help>Creates paint labels for a vector map from attached attributes.</help>
+	      <help>Create optimally placed labels for a vector map from attached attributes.</help>
 	      <keywords>vector,paint labels</keywords>
               <handler>self.OnMenuCmd</handler>
-	      <command>v.label</command>
+	      <command>v.label.sa</command>
 	    </menuitem>
 	    <separator />
 	    <menuitem>



More information about the grass-commit mailing list