Skip to content

Commit

Permalink
Partially revert ab0345
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 4, 2017
1 parent a0cb645 commit 4f20979
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 @@ -52,7 +52,7 @@ def getIcon(self):
return QIcon(os.path.join(pluginPath, 'images', 'ftools', 'export_geometry.png'))

def defineCharacteristics(self):
self.name, self.i18n_name = self.trAlgorithm('Add geometry columns and measures')
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.group, self.i18n_group = self.trAlgorithm('Vector table tools')

Expand Down

0 comments on commit 4f20979

Please sign in to comment.