We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ff90f commit 0fdd54bCopy full SHA for 0fdd54b
src/analysis/processing/qgsalgorithmarrayfeatures.cpp
@@ -46,13 +46,13 @@ QString QgsArrayFeaturesAlgorithm::groupId() const
46
47
QString QgsArrayFeaturesAlgorithm::outputName() const
48
{
49
- return QObject::tr( "Offsets" );
+ return QObject::tr( "Translated" );
50
}
51
52
QString QgsArrayFeaturesAlgorithm::shortHelpString() const
53
54
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." );
+ "Each copy is incrementally displaced by a preset amount in the x/y/z/m axis." );
56
57
58
QString QgsArrayFeaturesAlgorithm::shortDescription() const
0 commit comments