Skip to content

Commit

Permalink
Rename duplicate zonal statistics (in place)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and github-actions[bot] committed Feb 27, 2021
1 parent 97abb6d commit 5858c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmzonalstatistics.cpp
Expand Up @@ -42,7 +42,7 @@ QString QgsZonalStatisticsAlgorithm::name() const

QString QgsZonalStatisticsAlgorithm::displayName() const
{
return QObject::tr( "Zonal statistics" );
return QObject::tr( "Zonal statistics (in place)" );
}

QStringList QgsZonalStatisticsAlgorithm::tags() const
Expand Down

0 comments on commit 5858c5c

Please sign in to comment.