Skip to content

Commit

Permalink
Rename "Filter" to "Feature Filter"
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 9, 2018
1 parent 17b5372 commit 080c580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmfilter.cpp
Expand Up @@ -27,7 +27,7 @@ QString QgsFilterAlgorithm::name() const

QString QgsFilterAlgorithm::displayName() const
{
return QObject::tr( "Filter" );
return QObject::tr( "Feature Filter" );
}

QStringList QgsFilterAlgorithm::tags() const
Expand Down

0 comments on commit 080c580

Please sign in to comment.