Skip to content

Commit 080c580

Browse files
committedApr 9, 2018
Rename "Filter" to "Feature Filter"
1 parent 17b5372 commit 080c580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/analysis/processing/qgsalgorithmfilter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ QString QgsFilterAlgorithm::name() const
2727

2828
QString QgsFilterAlgorithm::displayName() const
2929
{
30-
return QObject::tr( "Filter" );
30+
return QObject::tr( "Feature Filter" );
3131
}
3232

3333
QStringList QgsFilterAlgorithm::tags() const

0 commit comments

Comments
 (0)
Please sign in to comment.