Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweak output name
  • Loading branch information
nyalldawson committed Jul 27, 2018
1 parent abe4532 commit b80ad5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmarrayfeatures.cpp
Expand Up @@ -46,7 +46,7 @@ QString QgsArrayFeaturesAlgorithm::groupId() const

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

QString QgsArrayFeaturesAlgorithm::shortHelpString() const
Expand Down

0 comments on commit b80ad5e

Please sign in to comment.