Skip to content

Commit 2be4c6a

Browse files
committedApr 3, 2017
Fix failing test
1 parent e40389a commit 2be4c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/qgis/SnapGeometries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def group(self):
5454
return self.tr('Vector geometry tools')
5555

5656
def name(self):
57-
return 'snapgeometriestolayer'
57+
return 'snapgeometries'
5858

5959
def displayName(self):
6060
return self.tr('Snap geometries to layer')

0 commit comments

Comments
 (0)
Please sign in to comment.