Skip to content

Commit 0fdd54b

Browse files
DelazJnyalldawson
authored andcommitted
Rename "Array of translated features" output
1 parent 85ff90f commit 0fdd54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/analysis/processing/qgsalgorithmarrayfeatures.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ QString QgsArrayFeaturesAlgorithm::groupId() const
4646

4747
QString QgsArrayFeaturesAlgorithm::outputName() const
4848
{
49-
return QObject::tr( "Offsets" );
49+
return QObject::tr( "Translated" );
5050
}
5151

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

5858
QString QgsArrayFeaturesAlgorithm::shortDescription() const

0 commit comments

Comments
 (0)