Skip to content

Commit 5e2826e

Browse files
authored
Merge pull request #61813 from DiGro/patch-3
Added one space at end of sentence
2 parents 56aa1fd + 0b8f8b4 commit 5e2826e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/processing/qgsalgorithmcheckgeometrymissingvertex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ QString QgsGeometryCheckMissingVertexAlgorithm::groupId() const
5858
QString QgsGeometryCheckMissingVertexAlgorithm::shortHelpString() const
5959
{
6060
return QObject::tr( "This algorithm checks for missing vertices along polygon borders.\n"
61-
"To be topologically correct, a vertex at the junction of two polygons must be present on both polygons."
61+
"To be topologically correct, a vertex at the junction of two polygons must be present on both polygons. "
6262
"Missing vertices are errors." );
6363
}
6464

0 commit comments

Comments
 (0)