Skip to content

Commit

Permalink
Improve the description of some GRASS modules
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15163 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Feb 13, 2011
1 parent 91b8cee commit 2e915c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/plugins/grass/modules-6.4/r.external.all.qgm
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassdatamodule.dtd">
<qgisgrassmodule label="Link all GDAL supported rasters in a directory to binary rasters" module="r.external.all.py" manual="r.external">
<qgisgrassmodule label="Link all GDAL supported rasters in a directory as GRASS rasters" module="r.external.all.py" manual="r.external">
<flag key="o"/>
<flag key="e"/>
<flag key="r"/>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/modules-6.4/r.external.qgis.qgm
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassdatamodule.dtd">
<qgisgrassmodule label="Link GDAL supported raster layer to a binary raster map layer" module="r.external">
<qgisgrassmodule label="Link GDAL supported raster loaded in QGIS as GRASS raster" module="r.external">
<flag key="o"/>
<flag key="e"/>
<gdal key="source" label="GDAL raster layer"/>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/modules-6.4/r.external.qgm
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassdatamodule.dtd">
<qgisgrassmodule label="Link GDAL supported raster to binary raster" module="r.external">
<qgisgrassmodule label="Link GDAL supported raster as GRASS raster" module="r.external">
<flag key="o"/>
<flag key="e"/>
<file key="input"/>
Expand Down

0 comments on commit 2e915c8

Please sign in to comment.