Skip to content

Commit

Permalink
Rename the algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Sep 10, 2018
1 parent eae8b9a commit 85ff90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmparallellines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ QString QgsCreateParallelLinesAlgorithm::name() const

QString QgsCreateParallelLinesAlgorithm::displayName() const
{
return QObject::tr( "Array of offset lines" );
return QObject::tr( "Array of offset (parallel) lines" );
}

QStringList QgsCreateParallelLinesAlgorithm::tags() const
Expand Down

0 comments on commit 85ff90f

Please sign in to comment.