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 fb568c3 commit 6bb94e0Copy full SHA for 6bb94e0
python/plugins/processing/algs/lidar/fusion/ClipData.py
@@ -60,7 +60,7 @@ def defineCharacteristics(self):
60
dtm.isAdvanced = True
61
self.addParameter(dtm)
62
height = ParameterBoolean(
63
- self.HEIGHT, self.tr("Convert point elevations into heights above ground (used with 'DTM')"), False)
+ self.HEIGHT, self.tr("Convert point elevations into heights above ground (used with the above command)"), False)
64
height.isAdvanced = True
65
self.addParameter(height)
66
self.addAdvancedModifiers()
0 commit comments