[GRASS-SVN] r66727 - grass/branches/releasebranch_7_0/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 3 08:28:34 PST 2015


Author: neteler
Date: 2015-11-03 08:28:34 -0800 (Tue, 03 Nov 2015)
New Revision: 66727

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/xml/wxgui_items.xml
Log:
wxgui_items.xml: update of a few of several outdated module descriptions (avoid almost identical strings. Make them identical or significantly different for good reason (trunk, r66687)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/xml/wxgui_items.xml
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/xml/wxgui_items.xml	2015-11-03 12:53:15 UTC (rev 66726)
+++ grass/branches/releasebranch_7_0/gui/wxpython/xml/wxgui_items.xml	2015-11-03 16:28:34 UTC (rev 66727)
@@ -192,14 +192,14 @@
     <label>Common formats import</label>
     <handler>OnImportGdalLayers</handler>
     <related-module>r.in.gdal</related-module>
-    <description>Import raster data into a GRASS map layer using GDAL.</description>
+    <description>Imports raster data into a GRASS raster map using GDAL library.</description>
     <keywords>raster,import</keywords>
   </wxgui-item>
   <wxgui-item name="CommonImportFormats">
     <label>Common import formats</label>
     <handler>OnImportOgrLayers</handler>
     <related-module>v.in.ogr</related-module>
-    <description>Converts vector layers into a GRASS vector map using OGR.</description>
+    <description>Imports vector data into a GRASS vector map using OGR library.</description>
     <keywords>vector,import</keywords>
   </wxgui-item>
   <wxgui-item name="DXFImport">



More information about the grass-commit mailing list