Skip to content

Commit

Permalink
Added missing space
Browse files Browse the repository at this point in the history
Line 123/124 : "generated points are considered.""If the"  should be:  "generated points are considered. ""If the"
                       to display correct in Help. 
                       Therefore added one space after the dot behind "considered" to make that happen.
  • Loading branch information
DiGro authored and nyalldawson committed Sep 6, 2020
1 parent a51c201 commit 5cf027c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -120,7 +120,7 @@ QString QgsRandomPointsOnLinesAlgorithm::shortHelpString() const
"this (Euclidean) distance from the generated location. "
"With <i>Minimum distance between points</i>, only points on the same "
"line feature are considered, while for <i>Global minimum distance "
"between points</i> all previously generated points are considered."
"between points</i> all previously generated points are considered. "
"If the <i>Global minimum distance between points</i> is set larger "
"than the (local) <i>Minimum distance between points</i>, the latter "
"has no effect.<br> "
Expand Down

0 comments on commit 5cf027c

Please sign in to comment.