[GRASS-SVN] r46048 - in grass/branches/develbranch_6:
gui/wxpython/xml scripts/r.mask scripts/v.in.mapgen
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 20 03:28:16 EDT 2011
Author: hamish
Date: 2011-04-20 00:28:16 -0700 (Wed, 20 Apr 2011)
New Revision: 46048
Modified:
grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
grass/branches/develbranch_6/scripts/r.mask/r.mask
grass/branches/develbranch_6/scripts/v.in.mapgen/v.in.mapgen
Log:
more precise descriptions (merge from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2011-04-20 07:18:13 UTC (rev 46047)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2011-04-20 07:28:16 UTC (rev 46048)
@@ -266,8 +266,8 @@
<command>v.in.gns</command>
</menuitem>
<menuitem>
- <label>Matlab array and MapGen import</label>
- <help>Import Mapgen or Matlab vector maps into GRASS.</help>
+ <label>Matlab array or Mapgen format import</label>
+ <help>Imports Mapgen or Matlab-ASCII vector maps into GRASS.</help>
<keywords>vector,import</keywords>
<handler>OnMenuCmd</handler>
<command>v.in.mapgen</command>
@@ -1063,7 +1063,7 @@
</menuitem>
<menuitem>
<label>Mask</label>
- <help>Creates a mask for limiting raster operation.</help>
+ <help>Creates a MASK for limiting raster operation.</help>
<keywords>raster,mask</keywords>
<handler>OnMenuCmd</handler>
<command>r.mask</command>
Modified: grass/branches/develbranch_6/scripts/r.mask/r.mask
===================================================================
--- grass/branches/develbranch_6/scripts/r.mask/r.mask 2011-04-20 07:18:13 UTC (rev 46047)
+++ grass/branches/develbranch_6/scripts/r.mask/r.mask 2011-04-20 07:28:16 UTC (rev 46048)
@@ -15,7 +15,7 @@
#############################################################################
#%module
-#% description: Creates a mask for limiting raster operation.
+#% description: Creates a MASK for limiting raster operation.
#% keywords: raster, mask
#%end
#%option
Modified: grass/branches/develbranch_6/scripts/v.in.mapgen/v.in.mapgen
===================================================================
--- grass/branches/develbranch_6/scripts/v.in.mapgen/v.in.mapgen 2011-04-20 07:18:13 UTC (rev 46047)
+++ grass/branches/develbranch_6/scripts/v.in.mapgen/v.in.mapgen 2011-04-20 07:28:16 UTC (rev 46048)
@@ -24,7 +24,7 @@
#
#%Module
-#% description: Import Mapgen or Matlab vector maps into GRASS.
+#% description: Import Mapgen or Matlab-ASCII vector maps into GRASS.
#% keywords: vector, import
#%End
#%flag
More information about the grass-commit
mailing list