Skip to content

Commit

Permalink
Update help string
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and nyalldawson committed Jan 18, 2021
1 parent e35f875 commit cbe1b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmpointstolines.cpp
Expand Up @@ -37,7 +37,7 @@ QString QgsPointsToLinesAlgorithm::shortHelpString() const
"If no order expression is specified, the fid is used.\n\n"
"A natural sort can be used when sorting by a string attribute "
"or expression (ie. place 'a9' before 'a10').\n\n"
"An attribute can be selected to group points having the same value into the same resulting line." );
"An attribute or expression can be selected to group points having the same value into the same resulting line." );
}

QStringList QgsPointsToLinesAlgorithm::tags() const
Expand Down

0 comments on commit cbe1b04

Please sign in to comment.