Showing with 2 additions and 2 deletions.
  1. +2 −2 python/plugins/fTools/tools/doGeoprocessing.py
4 changes: 2 additions & 2 deletions python/plugins/fTools/tools/doGeoprocessing.py
Original file line number Diff line number Diff line change
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