Skip to content

Commit b2d52b7

Browse files
author
pcav
committedJul 27, 2010
Fixed v.univar GRASS module
git-svn-id: http://svn.osgeo.org/qgis/trunk@13972 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 72c7def commit b2d52b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎i18n/qgis_it.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ p, li { white-space: pre-wrap; }
660660
<message>
661661
<location filename="../python/plugins/fTools/tools/frmRegPoints.ui" line="26"/>
662662
<source>Area</source>
663-
<translation type="unfinished">Area</translation>
663+
<translation>Area</translation>
664664
</message>
665665
<message>
666666
<location filename="../python/plugins/fTools/tools/frmRegPoints.ui" line="45"/>

‎src/plugins/grass/modules-common/v.univar.qgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
<qgisgrassmodule label="Calculate univariate statistics of vector map features" module="v.univar">
55
<option key="map" typeoption="type"/>
6-
<field key="column" layer="input" type="integer,double" label="Attribute field" />
6+
<field key="column" layer="map" type="integer,double" label="Attribute field" />
77
</qgisgrassmodule>

0 commit comments

Comments
 (0)
Please sign in to comment.