Skip to content

Commit

Permalink
Improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored and nyalldawson committed Oct 21, 2020
1 parent 6237ec0 commit 60c83ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmfieldcalculator.cpp
Expand Up @@ -92,7 +92,7 @@ QString QgsFieldCalculatorAlgorithm::shortHelpString() const
return QObject::tr( "This algorithm computes a new vector layer with the same features of the input layer, "
"but either overwriting an existing attribute or adding an additional attribute. The values of this field "
"are computed from each feature using an expression, based on the properties and attributes of the feature. "
"Note that if \"Field name\" is existing field in the layer,all the rest of the field settings are ignored." );
"Note that if \"Field name\" is an existing field in the layer then all the rest of the field settings are ignored." );
}

QgsFieldCalculatorAlgorithm *QgsFieldCalculatorAlgorithm::createInstance() const
Expand Down

0 comments on commit 60c83ee

Please sign in to comment.