Skip to content

Commit

Permalink
revert more of ab0345
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 4, 2017
1 parent e20bbd5 commit 2c65a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/ExportGeometryInfo.py
Expand Up @@ -53,7 +53,7 @@ def getIcon(self):

def defineCharacteristics(self):
self.name, self.i18n_name = self.trAlgorithm('Export/Add geometry columns')
self.tags = self.trAlgorithm('export,measurements,areas,lengths,perimeters,latitudes,longitudes,,x,y,z,extract,points,lines,polygons')
self.tags = self.tr('export,measurements,areas,lengths,perimeters,latitudes,longitudes,x,y,z,extract,points,lines,polygons')
self.group, self.i18n_group = self.trAlgorithm('Vector table tools')

self.calc_methods = [self.tr('Layer CRS'),
Expand Down

0 comments on commit 2c65a66

Please sign in to comment.