Skip to content

Commit

Permalink
Improve help message
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Sep 11, 2020
1 parent e93be2f commit cbb47c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/processing/qgsalgorithmfieldcalculator.cpp
Expand Up @@ -92,8 +92,8 @@ QgsFields QgsFieldCalculatorAlgorithm::outputFields( const QgsFields & ) const
QString QgsFieldCalculatorAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm computes a new vector layer with the same features of the input layer, "
"but with an additional attribute. The values of this new attribute are computed from each "
"feature using a mathematical formula, based on the properties and attributes of the feature."
"but either overwriting an existing attribute or adding additional attribute. The values of this "
"are computed from each feature using an expression, based on the properties and attributes of the feature."
"Note that selecting a value in \"Result in existing field\" will ignore all the rest of the "
"field settings." );
}
Expand Down

0 comments on commit cbb47c7

Please sign in to comment.