We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent dc2b29c commit 133b405Copy full SHA for 133b405
python/plugins/processing/algs/gdal/buildvrt.py
@@ -117,7 +117,7 @@ def defaultFileExtension(self):
117
self.addParameter(resampling)
118
119
src_nodata_param = QgsProcessingParameterString(self.SRC_NODATA,
120
- self.tr('Nodata value(s) for input bands'),
+ self.tr('Nodata value(s) for input bands (space separated)'),
121
defaultValue=None,
122
optional=True)
123
src_nodata_param.setFlags(src_nodata_param.flags() | QgsProcessingParameterDefinition.FlagAdvanced)
0 commit comments