We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ccc43 commit 0a1d3e7Copy full SHA for 0a1d3e7
python/plugins/processing/algs/qgis/KNearestConcaveHull.py
@@ -90,7 +90,7 @@ def initAlgorithm(self, config=None):
90
self.addParameter(QgsProcessingParameterField(self.FIELD,
91
self.tr('Field (optional, set if creating concave hulls by class)'),
92
parentLayerParameterName=self.INPUT, optional=True))
93
- self.addParameter(QgsProcessingParameterFeatureSink(self.OUTPUT, self.tr('Bounding geometry'),
+ self.addParameter(QgsProcessingParameterFeatureSink(self.OUTPUT, self.tr('Output layer'),
94
QgsProcessing.TypeVectorPolygon))
95
96
def processAlgorithm(self, parameters, context, feedback):
0 commit comments