We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7b60e commit cf0676cCopy full SHA for cf0676c
python/plugins/fTools/tools/doGeoprocessing.py
@@ -172,9 +172,9 @@ def manageGui( self ):
172
elif self.myFunction == 5: # Intersect
173
self.label_2.setText( self.tr( "Intersect layer" ) )
174
self.setWindowTitle( self.tr( "Intersect" ) )
175
- elif self.myFunction == 7: # Symetrical difference
+ elif self.myFunction == 7: # Symmetrical difference
176
self.label_2.setText( self.tr( "Difference layer" ) )
177
- self.setWindowTitle( self.tr( "Symetrical difference" ) )
+ self.setWindowTitle( self.tr( "Symmetrical difference" ) )
178
self.useSelectedA.hide()
179
self.useSelectedB.hide()
180
elif self.myFunction == 8: # Clip
0 commit comments