Skip to content

Commit fa862ec

Browse files
author
pcav
committed
Improve the description of some GRASS modules
git-svn-id: http://svn.osgeo.org/qgis/trunk@15163 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c39d7e6 commit fa862ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/plugins/grass/modules-6.4/r.external.all.qgm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassdatamodule.dtd">
3-
<qgisgrassmodule label="Link all GDAL supported rasters in a directory to binary rasters" module="r.external.all.py" manual="r.external">
3+
<qgisgrassmodule label="Link all GDAL supported rasters in a directory as GRASS rasters" module="r.external.all.py" manual="r.external">
44
<flag key="o"/>
55
<flag key="e"/>
66
<flag key="r"/>

src/plugins/grass/modules-6.4/r.external.qgis.qgm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassdatamodule.dtd">
3-
<qgisgrassmodule label="Link GDAL supported raster layer to a binary raster map layer" module="r.external">
3+
<qgisgrassmodule label="Link GDAL supported raster loaded in QGIS as GRASS raster" module="r.external">
44
<flag key="o"/>
55
<flag key="e"/>
66
<gdal key="source" label="GDAL raster layer"/>

src/plugins/grass/modules-6.4/r.external.qgm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassdatamodule.dtd">
3-
<qgisgrassmodule label="Link GDAL supported raster to binary raster" module="r.external">
3+
<qgisgrassmodule label="Link GDAL supported raster as GRASS raster" module="r.external">
44
<flag key="o"/>
55
<flag key="e"/>
66
<file key="input"/>

0 commit comments

Comments
 (0)