fix one-to-one, one-to-many wording

This commit is contained in:
nirvn 2018-03-02 16:23:27 +07:00 committed by Mathieu Pellerin
parent 0081f781d3
commit 55764689ed

View File

@ -87,8 +87,8 @@ class SpatialJoin(QgisAlgorithm):
'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,