From dca30bd25360fc67a19f13f5f86cbdbc5300a78f Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Mon, 22 Jan 2024 15:44:18 +0200 Subject: [PATCH] adjust algoriothm help --- src/analysis/processing/qgsalgorithmextractspecificvertices.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analysis/processing/qgsalgorithmextractspecificvertices.cpp b/src/analysis/processing/qgsalgorithmextractspecificvertices.cpp index b1822a3f7d11..6deb76946783 100644 --- a/src/analysis/processing/qgsalgorithmextractspecificvertices.cpp +++ b/src/analysis/processing/qgsalgorithmextractspecificvertices.cpp @@ -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." ) +