Skip to content

Commit

Permalink
Merge pull request #743 from ddanielvaz/fix-7620
Browse files Browse the repository at this point in the history
Fix #7620
  • Loading branch information
NathanW2 committed Jul 16, 2013
2 parents f4ac684 + cf0676c commit 8d75f8e
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 8d75f8e

Please sign in to comment.