We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad1e3c commit c69665bCopy full SHA for c69665b
python/plugins/GdalTools/tools/widgetMerge.ui
@@ -84,7 +84,7 @@
84
<item>
85
<widget class="QCheckBox" name="separateCheck">
86
<property name="text">
87
- <string>Layer stack</string>
+ <string>Place each input file into a separate band</string>
88
</property>
89
</widget>
90
</item>
python/plugins/processing/algs/gdal/merge.py
@@ -61,7 +61,7 @@ def defineCharacteristics(self):
61
self.addParameter(ParameterBoolean(merge.PCT,
62
self.tr('Grab pseudocolor table from first layer'), False))
63
self.addParameter(ParameterBoolean(merge.SEPARATE,
64
- self.tr('Layer stack'), False))
+ self.tr('Place each input file into a separate band'), False))
65
self.addParameter(ParameterSelection(self.RTYPE,
66
self.tr('Output raster type'), self.TYPE, 5))
67
0 commit comments