Skip to content

Commit

Permalink
Add more tags to find the "Line substring" algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Sep 25, 2018
1 parent 6e03253 commit 346073a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmlinesubstring.cpp
Expand Up @@ -33,7 +33,7 @@ QString QgsLineSubstringAlgorithm::displayName() const

QStringList QgsLineSubstringAlgorithm::tags() const
{
return QObject::tr( "linestring,curve,split,portion,reference,referencing,distance,interpolate" ).split( ',' );
return QObject::tr( "linestring,curve,split,shorten,shrink,portion,part,reference,referencing,distance,interpolate" ).split( ',' );
}

QString QgsLineSubstringAlgorithm::group() const
Expand Down

0 comments on commit 346073a

Please sign in to comment.