浏览代码

fix v.label in menu (trac https://trac.osgeo.org/grass/ticket/907; merge from devbr6; text cosmetics)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40824 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 15 年之前
父节点
当前提交
ee2fe8969c
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      gui/wxpython/xml/menudata.xml

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

@@ -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>