Skip to content

Commit b2d20c9

Browse files
DelazJnyalldawson
authored andcommittedAug 31, 2018
Fix label
1 parent 6917860 commit b2d20c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/analysis/processing/qgsalgorithmintersection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void QgsIntersectionAlgorithm::initAlgorithm( const QVariantMap & )
6565
QStringLiteral( "INPUT" ), QgsProcessingParameterField::Any, true, true ) );
6666
addParameter( new QgsProcessingParameterField(
6767
QStringLiteral( "OVERLAY_FIELDS" ),
68-
QObject::tr( "Intersect fields to keep (leave empty to keep all fields)" ), QVariant(),
68+
QObject::tr( "Overlay fields to keep (leave empty to keep all fields)" ), QVariant(),
6969
QStringLiteral( "OVERLAY" ), QgsProcessingParameterField::Any, true, true ) );
7070

7171
addParameter( new QgsProcessingParameterFeatureSink( QStringLiteral( "OUTPUT" ), QObject::tr( "Intersection" ) ) );

0 commit comments

Comments
 (0)
Please sign in to comment.