Skip to content

Commit

Permalink
Fix description by removing rotate information
Browse files Browse the repository at this point in the history
  • Loading branch information
garnservo authored and nirvn committed Aug 1, 2018
1 parent 388f9e2 commit 5306056
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/analysis/processing/qgsalgorithmintersection.cpp
Expand Up @@ -44,9 +44,7 @@ QString QgsIntersectionAlgorithm::groupId() const

QString QgsIntersectionAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm extracts the overlapping portions of features in the Input and Overlay layers. Features in the Overlay layer are assigned the attributes of the overlapping features from both the Input and Overlay layers." )
+ QStringLiteral( "\n\n" )
+ QObject::tr( "Optionally, the rotation can occur around a preset point. If not set the rotation occurs around each feature's centroid." );
return QObject::tr( "This algorithm extracts the overlapping portions of features in the Input and Overlay layers. Features in the Overlay layer are assigned the attributes of the overlapping features from both the Input and Overlay layers." );
}

QgsProcessingAlgorithm *QgsIntersectionAlgorithm::createInstance() const
Expand Down

0 comments on commit 5306056

Please sign in to comment.