diff --git a/src/core/processing/qgsprocessingparametertypeimpl.h b/src/core/processing/qgsprocessingparametertypeimpl.h index 02ad7fda821..f9303f320cd 100644 --- a/src/core/processing/qgsprocessingparametertypeimpl.h +++ b/src/core/processing/qgsprocessingparametertypeimpl.h @@ -355,7 +355,7 @@ class CORE_EXPORT QgsProcessingParameterTypeEnum : public QgsProcessingParameter QString description() const override { - return QCoreApplication::translate( "Processing", "TODO." ); + return QCoreApplication::translate( "Processing", "An enumerated type parameter." ); } QString name() const override