Skip to content

Commit

Permalink
change algorithm group
Browse files Browse the repository at this point in the history
  • Loading branch information
root676 authored and nyalldawson committed Apr 12, 2020
1 parent a76feaf commit cb69235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/processing/qgsalgorithmroundrastervalues.cpp
Expand Up @@ -37,12 +37,12 @@ QStringList QgsRoundRasterValuesAlgorithm::tags() const

QString QgsRoundRasterValuesAlgorithm::group() const
{
return QObject::tr( "Raster tools" );
return QObject::tr( "Raster analysis" );
}

QString QgsRoundRasterValuesAlgorithm::groupId() const
{
return QStringLiteral( "rastertools" );
return QStringLiteral( "rasteranalysis" );
}

void QgsRoundRasterValuesAlgorithm::initAlgorithm( const QVariantMap & )
Expand Down

0 comments on commit cb69235

Please sign in to comment.