Skip to content

Commit 6bb94e0

Browse files
committedNov 20, 2015
Update ClipData.py
1 parent fb568c3 commit 6bb94e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/lidar/fusion/ClipData.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def defineCharacteristics(self):
6060
dtm.isAdvanced = True
6161
self.addParameter(dtm)
6262
height = ParameterBoolean(
63-
self.HEIGHT, self.tr("Convert point elevations into heights above ground (used with 'DTM')"), False)
63+
self.HEIGHT, self.tr("Convert point elevations into heights above ground (used with the above command)"), False)
6464
height.isAdvanced = True
6565
self.addParameter(height)
6666
self.addAdvancedModifiers()

0 commit comments

Comments
 (0)
Please sign in to comment.