Skip to content

Commit 080c580

Browse files
committed
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

+1-1
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)