Przeglądaj źródła

clearer menu entries for Matlab tools (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39246 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 15 lat temu
rodzic
commit
89ca7c4377
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      gui/wxpython/xml/menudata.xml

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

@@ -123,7 +123,7 @@
 	      <command>r.in.gridatb</command>
 	    </menuitem>
 	    <menuitem>
-	      <label>MAT-File (v.4) import</label>
+	      <label>Matlab 2D array import</label>
 	      <help>Imports a binary MAT-File(v4) to a GRASS raster.</help>
 	      <keywords>raster</keywords>
               <handler>self.OnMenuCmd</handler>
@@ -251,7 +251,7 @@
 	      <command>v.in.gns</command>
 	    </menuitem>
 	    <menuitem>
-	      <label>Matlab and MapGen import</label>
+	      <label>Matlab array and MapGen import</label>
 	      <help>Import Mapgen or Matlab vector maps into GRASS.</help>
 	      <keywords>vector,import</keywords>
               <handler>self.OnMenuCmd</handler>
@@ -332,7 +332,7 @@
 	      <command>r.out.gridatb</command>
 	    </menuitem>
 	    <menuitem>
-	      <label>MAT-File (v.4) export</label>
+	      <label>Matlab 2D array export</label>
 	      <help>Exports a GRASS raster to a binary MAT-File.</help>
 	      <keywords>raster,export</keywords>
               <handler>self.OnMenuCmd</handler>