Skip to content

Commit

Permalink
[BUGFIX] remove trAlgorithm fromUnion.py followup b81604c
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Feb 10, 2016
1 parent cdd4aed commit 958f0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/qgis/Union.py
Expand Up @@ -197,8 +197,8 @@ def processAlgorithm(self, progress):
self.tr('Feature exception while computing intersection')) self.tr('Feature exception while computing intersection'))


def defineCharacteristics(self): def defineCharacteristics(self):
self.name, self.i18n_name = self.trAlgorithm('Union') self.name = 'Union'
self.group, self.i18n_group = self.trAlgorithm('Vector overlay tools') self.group = 'Vector overlay tools'
self.addParameter(ParameterVector(Union.INPUT, self.addParameter(ParameterVector(Union.INPUT,
self.tr('Input layer'), [ParameterVector.VECTOR_TYPE_ANY])) self.tr('Input layer'), [ParameterVector.VECTOR_TYPE_ANY]))
self.addParameter(ParameterVector(Union.INPUT2, self.addParameter(ParameterVector(Union.INPUT2,
Expand Down

0 comments on commit 958f0ee

Please sign in to comment.