Skip to content

Commit

Permalink
Rename Polygon from Layer Extent to Polygon from Vector Extent
Browse files Browse the repository at this point in the history
Helps clarify that this alg only functions for vector layers
  • Loading branch information
nyalldawson committed Aug 30, 2017
1 parent 44e7f33 commit 43e4ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/ExtentFromLayer.py
Expand Up @@ -77,7 +77,7 @@ def name(self):
return 'polygonfromlayerextent'

def displayName(self):
return self.tr('Polygon from layer extent')
return self.tr('Polygon from vector extent')

def processAlgorithm(self, parameters, context, feedback):
source = self.parameterAsSource(parameters, self.INPUT_LAYER, context)
Expand Down

0 comments on commit 43e4ed0

Please sign in to comment.