Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix "Polygons to lines" algorithm group name
  • Loading branch information
agiudiceandrea authored and github-actions[bot] committed Nov 24, 2021
1 parent 4279198 commit 3a305eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmpolygonstolines.cpp
Expand Up @@ -40,7 +40,7 @@ QStringList QgsPolygonsToLinesAlgorithm::tags() const

QString QgsPolygonsToLinesAlgorithm::group() const
{
return QObject::tr( "Vector creation" );
return QObject::tr( "Vector geometry" );
}

QString QgsPolygonsToLinesAlgorithm::groupId() const
Expand Down

0 comments on commit 3a305eb

Please sign in to comment.