Skip to content

Commit

Permalink
Fix the label of the output parameter of the TPI algorithm
Browse files Browse the repository at this point in the history
(cherry picked from commit 512eb4d)
  • Loading branch information
havatv authored and nyalldawson committed Dec 16, 2019
1 parent 4e2af7d commit a55c818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/tpi.py
Expand Up @@ -68,7 +68,7 @@ def initAlgorithm(self, config=None):
'class': 'processing.algs.gdal.ui.RasterOptionsWidget.RasterOptionsWidgetWrapper'}})
self.addParameter(options_param)

self.addParameter(QgsProcessingParameterRasterDestination(self.OUTPUT, self.tr('Topographic Position')))
self.addParameter(QgsProcessingParameterRasterDestination(self.OUTPUT, self.tr('Topographic Position Index')))

def name(self):
return 'tpitopographicpositionindex'
Expand Down

0 comments on commit a55c818

Please sign in to comment.