We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent cdd4aed commit 958f0eeCopy full SHA for 958f0ee
python/plugins/processing/algs/qgis/Union.py
@@ -197,8 +197,8 @@ def processAlgorithm(self, progress):
197
self.tr('Feature exception while computing intersection'))
198
199
def defineCharacteristics(self):
200
- self.name, self.i18n_name = self.trAlgorithm('Union')
201
- self.group, self.i18n_group = self.trAlgorithm('Vector overlay tools')
+ self.name = 'Union'
+ self.group = 'Vector overlay tools'
202
self.addParameter(ParameterVector(Union.INPUT,
203
self.tr('Input layer'), [ParameterVector.VECTOR_TYPE_ANY]))
204
self.addParameter(ParameterVector(Union.INPUT2,
0 commit comments