Skip to content

Commit d1bcfbf

Browse files
committedJun 1, 2018
[processing] Rename File parameter in modeler to File/Folder
Better reflects what it does
1 parent 950d042 commit d1bcfbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/core/processing/qgsprocessingparametertypeimpl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,12 +470,12 @@ class CORE_EXPORT QgsProcessingParameterTypeFile : public QgsProcessingParameter
470470

471471
QString description() const override
472472
{
473-
return QCoreApplication::translate( "Processing", "A file parameter, for use with non-map layer file sources." );
473+
return QCoreApplication::translate( "Processing", "A file or folder parameter, for use with non-map layer file sources or folders." );
474474
}
475475

476476
QString name() const override
477477
{
478-
return QCoreApplication::translate( "Processing", "File" );
478+
return QCoreApplication::translate( "Processing", "File/Folder" );
479479
}
480480

481481
QString id() const override

0 commit comments

Comments
 (0)
Please sign in to comment.