Skip to content

Commit

Permalink
[needs-docs][processing] rename export geom. columns to add geom. att…
Browse files Browse the repository at this point in the history
…ributes
  • Loading branch information
nirvn committed May 15, 2018
1 parent 5cb8c25 commit 4d36f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/qgis/ExportGeometryInfo.py
Expand Up @@ -65,7 +65,7 @@ def svgIconPath(self):
return QgsApplication.iconPath("/algorithms/mAlgorithmAddGeometryAttributes.svg")

def tags(self):
return self.tr('export,add,information,measurements,areas,lengths,perimeters,latitudes,longitudes,x,y,z,extract,points,lines,polygons,sinuosity').split(',')
return self.tr('export,add,information,measurements,areas,lengths,perimeters,latitudes,longitudes,x,y,z,extract,points,lines,polygons,sinuosity,fields').split(',')

def group(self):
return self.tr('Vector geometry')
Expand Down Expand Up @@ -93,7 +93,7 @@ def name(self):
return 'exportaddgeometrycolumns'

def displayName(self):
return self.tr('Export geometry columns')
return self.tr('Add geometry attributes')

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

0 comments on commit 4d36f37

Please sign in to comment.