Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #7620
  • Loading branch information
ddanielvaz committed Jul 16, 2013
1 parent 0e7b60e commit cf0676c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/fTools/tools/doGeoprocessing.py
Expand Up @@ -172,9 +172,9 @@ def manageGui( self ):
elif self.myFunction == 5: # Intersect
self.label_2.setText( self.tr( "Intersect layer" ) )
self.setWindowTitle( self.tr( "Intersect" ) )
elif self.myFunction == 7: # Symetrical difference
elif self.myFunction == 7: # Symmetrical difference
self.label_2.setText( self.tr( "Difference layer" ) )
self.setWindowTitle( self.tr( "Symetrical difference" ) )
self.setWindowTitle( self.tr( "Symmetrical difference" ) )
self.useSelectedA.hide()
self.useSelectedB.hide()
elif self.myFunction == 8: # Clip
Expand Down

0 comments on commit cf0676c

Please sign in to comment.