mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
[processing] Rename File parameter in modeler to File/Folder
Better reflects what it does
This commit is contained in:
parent
950d042e72
commit
d1bcfbfef3
@ -470,12 +470,12 @@ class CORE_EXPORT QgsProcessingParameterTypeFile : public QgsProcessingParameter
|
||||
|
||||
QString description() const override
|
||||
{
|
||||
return QCoreApplication::translate( "Processing", "A file parameter, for use with non-map layer file sources." );
|
||||
return QCoreApplication::translate( "Processing", "A file or folder parameter, for use with non-map layer file sources or folders." );
|
||||
}
|
||||
|
||||
QString name() const override
|
||||
{
|
||||
return QCoreApplication::translate( "Processing", "File" );
|
||||
return QCoreApplication::translate( "Processing", "File/Folder" );
|
||||
}
|
||||
|
||||
QString id() const override
|
||||
|
Loading…
x
Reference in New Issue
Block a user