Skip to content

Commit

Permalink
add missing text in processing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry authored and nyalldawson committed Sep 5, 2018
1 parent d952ba4 commit b2275df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/processing/qgsprocessingparametertypeimpl.h
Expand Up @@ -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
Expand Down

0 comments on commit b2275df

Please sign in to comment.