Skip to content

Commit

Permalink
adjust algoriothm help
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored and lbartoletti committed Jan 29, 2024
1 parent 80f4331 commit dca30bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ QString QgsExtractSpecificVerticesAlgorithm::groupId() const

QString QgsExtractSpecificVerticesAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm takes a line or polygon layer and generates a point layer with points "
return QObject::tr( "This algorithm takes a vector layer and generates a point layer with points "
"representing specific vertices in the input lines or polygons. For instance, this algorithm "
"can be used to extract the first or last vertices in the geometry. The attributes associated "
"to each point are the same ones associated to the line or polygon that the point belongs to." ) +
Expand Down

0 comments on commit dca30bd

Please sign in to comment.