mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fix one-to-one, one-to-many wording
This commit is contained in:
parent
0081f781d3
commit
55764689ed
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user