Skip to content

Commit

Permalink
Fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Aug 31, 2018
1 parent 6917860 commit b2d20c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmintersection.cpp
Expand Up @@ -65,7 +65,7 @@ void QgsIntersectionAlgorithm::initAlgorithm( const QVariantMap & )
QStringLiteral( "INPUT" ), QgsProcessingParameterField::Any, true, true ) );
addParameter( new QgsProcessingParameterField(
QStringLiteral( "OVERLAY_FIELDS" ),
QObject::tr( "Intersect fields to keep (leave empty to keep all fields)" ), QVariant(),
QObject::tr( "Overlay fields to keep (leave empty to keep all fields)" ), QVariant(),
QStringLiteral( "OVERLAY" ), QgsProcessingParameterField::Any, true, true ) );

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

0 comments on commit b2d20c9

Please sign in to comment.