Skip to content

Commit bc9ebe1

Browse files
author
pcav
committedNov 7, 2008
More cleaning
git-svn-id: http://svn.osgeo.org/qgis/trunk@9579 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d19cee6 commit bc9ebe1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎src/plugins/grass/modules/r.out.arc.qgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
33

4-
<qgisgrassmodule label="Converts GRASS raster into ESRI ARCGRID" module="r.out.arc">
4+
<qgisgrassmodule label="Convert GRASS raster into ESRI ARCGRID" module="r.out.arc">
55
<option key="input" />
66
<option key="dp" answer="2"/>
77
<flag key="h" />

‎src/plugins/grass/modules/r.out.ppm.qgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
33

4-
<qgisgrassmodule label="Converts a GRASS raster map to a PPM image file at the pixel resolution of the CURRENTLY DEFINED REGION" module="r.out.ppm">
4+
<qgisgrassmodule label="Convert GRASS raster to PPM image at the resolution of the current region" module="r.out.ppm">
55
<option key="input" />
66
<flag key="G" />
77
<file key="output" type="new" />

‎src/plugins/grass/modules/r.out.ppm3.qgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
33

4-
<qgisgrassmodule label="Converts 3 GRASS raster layers (R,G,B) to a PPM image file at the pixel resolution of the CURRENTLY DEFINED REGION" module="r.out.ppm3">
4+
<qgisgrassmodule label="Convert 3 GRASS rasters (R,G,B) to PPM image at the resolution of the current region" module="r.out.ppm3">
55
<flag key="c" hidden="yes" />
66
<option key="red" />
77
<option key="green" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
33

4-
<qgisgrassmodule label="Converts GRASS vector to DXF" module="v.out.dxf">
4+
<qgisgrassmodule label="Convert GRASS vector to DXF" module="v.out.dxf">
55
<option key="input" />
66
<file key="output" type="new" filters="DXF (*.dxf)"/>
77
</qgisgrassmodule>

0 commit comments

Comments
 (0)
Please sign in to comment.