Skip to content

Commit

Permalink
Fix "Polygons to lines" algorithm group name
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored and github-actions[bot] committed Nov 24, 2021
1 parent 315cc8e commit 4b6ade9
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 4b6ade9

Please sign in to comment.