ソースを参照

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>