Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Capitalization
  • Loading branch information
nyalldawson committed Feb 19, 2019
1 parent 9df7b2a commit f620adc
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( "Feature Filter" );
return QObject::tr( "Feature filter" );
}

QStringList QgsFilterAlgorithm::tags() const
Expand Down

0 comments on commit f620adc

Please sign in to comment.