[GRASS-SVN] r40822 - grass/branches/develbranch_6/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 5 03:23:17 EST 2010


Author: hamish
Date: 2010-02-05 03:23:12 -0500 (Fri, 05 Feb 2010)
New Revision: 40822

Modified:
   grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
fix v.label in menu (trac #907)

Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2010-02-04 15:07:17 UTC (rev 40821)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2010-02-05 08:23:12 UTC (rev 40822)
@@ -1898,17 +1898,17 @@
 	    <separator />
 	    <menuitem>
 	      <label>Create labels</label>
-	      <help>Create optimally placed labels for vector map(s)</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 vector map(s)</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