Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 3, 2017
1 parent e40389a commit 2be4c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/SnapGeometries.py
Expand Up @@ -54,7 +54,7 @@ def group(self):
return self.tr('Vector geometry tools')

def name(self):
return 'snapgeometriestolayer'
return 'snapgeometries'

def displayName(self):
return self.tr('Snap geometries to layer')
Expand Down

0 comments on commit 2be4c6a

Please sign in to comment.