Skip to content

Commit

Permalink
Update ClipData.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spono committed Nov 20, 2015
1 parent fb568c3 commit 6bb94e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/lidar/fusion/ClipData.py
Expand Up @@ -60,7 +60,7 @@ def defineCharacteristics(self):
dtm.isAdvanced = True
self.addParameter(dtm)
height = ParameterBoolean(
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)
height.isAdvanced = True
self.addParameter(height)
self.addAdvancedModifiers()
Expand Down

0 comments on commit 6bb94e0

Please sign in to comment.