Skip to content

Commit

Permalink
fix one-to-one, one-to-many wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Mar 2, 2018
1 parent 0081f78 commit 5576468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/qgis/SpatialJoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def initAlgorithm(self, config=None):
'crosses': 'crosses'}

self.methods = [
self.tr('Create separate feature for each located feature (one-to-one)'),
self.tr('Take attributes of the first located feature only (one-to-many)')
self.tr('Create separate feature for each located feature (one-to-many)'),
self.tr('Take attributes of the first located feature only (one-to-one)')
]

self.addParameter(QgsProcessingParameterFeatureSource(self.INPUT,
Expand Down

0 comments on commit 5576468

Please sign in to comment.