Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor editing for consistency of GRASS modules
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11221 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Jul 31, 2009
1 parent 7ecd64b commit 817a6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/grass/modules-common/r.out.gdal.qgm
Expand Up @@ -5,5 +5,5 @@
<option key="input" region="no"/>
<option key="format" />
<option key="type" label="Choose appropriate format"/>
<file key="output" type="new" label="Output raster file, specify the file extension" />
<file key="output" type="new" label="Name for new raster file (specify file extension)" />
</qgisgrassmodule>
2 changes: 1 addition & 1 deletion src/plugins/grass/modules-common/v.out.ogr.qgm
Expand Up @@ -4,7 +4,7 @@
<qgisgrassmodule label="Export vector to various formats (OGR library)" module="v.out.ogr">
<option key="input" layeroption="layer" typeoption="type" />
<option key="format"/>
<file key="dsn" type="new" label="Output vector file, specify the file extension" />
<file key="dsn" type="new" label="Name for new vector file (specify file extension)" />
<option key="olayer" answer="default" hidden="yes" />
<flag key="e" answer="on" hidden="yes" />
<flag key="c" answer="on" hidden="no" label="Write only features link to a record"/>
Expand Down

0 comments on commit 817a6da

Please sign in to comment.