Skip to content

Commit 2c65a66

Browse files
committed
revert more of ab0345
1 parent e20bbd5 commit 2c65a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/qgis/ExportGeometryInfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def getIcon(self):
5353

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

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

0 commit comments

Comments
 (0)