mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing][gdaltools] reword merge option (fix #8519)
This commit is contained in:
parent
8ad1e3c8bc
commit
c69665be92
@ -84,7 +84,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="separateCheck">
|
||||
<property name="text">
|
||||
<string>Layer stack</string>
|
||||
<string>Place each input file into a separate band</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -61,7 +61,7 @@ class merge(GdalAlgorithm):
|
||||
self.addParameter(ParameterBoolean(merge.PCT,
|
||||
self.tr('Grab pseudocolor table from first layer'), False))
|
||||
self.addParameter(ParameterBoolean(merge.SEPARATE,
|
||||
self.tr('Layer stack'), False))
|
||||
self.tr('Place each input file into a separate band'), False))
|
||||
self.addParameter(ParameterSelection(self.RTYPE,
|
||||
self.tr('Output raster type'), self.TYPE, 5))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user