Skip to content

Commit

Permalink
Rename "Array of translated features" output
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Sep 10, 2018
1 parent 85ff90f commit 0fdd54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/processing/qgsalgorithmarrayfeatures.cpp
Expand Up @@ -46,13 +46,13 @@ QString QgsArrayFeaturesAlgorithm::groupId() const

QString QgsArrayFeaturesAlgorithm::outputName() const
{
return QObject::tr( "Offsets" );
return QObject::tr( "Translated" );
}

QString QgsArrayFeaturesAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm creates copies of features in a layer, by creating multiple translated versions of each feature. "
"Each copy is displaced by a preset amount in the x/y/z/m axis." );
"Each copy is incrementally displaced by a preset amount in the x/y/z/m axis." );
}

QString QgsArrayFeaturesAlgorithm::shortDescription() const
Expand Down

0 comments on commit 0fdd54b

Please sign in to comment.