Skip to content

Commit 1e2bd5f

Browse files
author
pcav
committedNov 8, 2008
Further cleanup of GRASS modules
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9593 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ab4bb79 commit 1e2bd5f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+50
-50
lines changed
 
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="Print projection information from a georeferenced ASCII file containing a Wkt projection description and create a new location based on it" module="g.proj">
4+
<qgisgrassmodule label="Print projection information from georeferenced ASCII file containing WKT projection description and create a new location based on it" module="g.proj">
55
<file key="wkt" type="old" />
66
<option key="location" />
77
</qgisgrassmodule>

‎src/plugins/grass/modules/g.proj.ascii.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="Print projection information from a georeferenced ASCII file containing a Wkt projection description" module="g.proj">
4+
<qgisgrassmodule label="Print projection information from georeferenced ASCII file containing WKT projection description" module="g.proj">
55
<file key="wkt" type="old" />
66
<flag key="p" />
77
<flag key="d" />

0 commit comments

Comments
 (0)