[GRASS-SVN] r46049 - in grass/branches/releasebranch_6_4:
gui/wxpython/xml scripts/r.mask
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 20 03:33:13 EDT 2011
Author: hamish
Date: 2011-04-20 00:33:13 -0700 (Wed, 20 Apr 2011)
New Revision: 46049
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
grass/branches/releasebranch_6_4/scripts/r.mask/r.mask
Log:
more precise descriptions (merge from trunk)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2011-04-20 07:28:16 UTC (rev 46048)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2011-04-20 07:33:13 UTC (rev 46049)
@@ -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/releasebranch_6_4/scripts/r.mask/r.mask
===================================================================
--- grass/branches/releasebranch_6_4/scripts/r.mask/r.mask 2011-04-20 07:28:16 UTC (rev 46048)
+++ grass/branches/releasebranch_6_4/scripts/r.mask/r.mask 2011-04-20 07:33:13 UTC (rev 46049)
@@ -15,7 +15,7 @@
#############################################################################
#%module
-#% description: Create a MASK for limiting raster operation
+#% description: Creates a MASK for limiting raster operation.
#% keywords: raster, mask
#%end
#%option
More information about the grass-commit
mailing list