Misc. typos
Found via `codespell` [skip ci]
This commit is contained in:
@@ -456,7 +456,7 @@ class GeometryElementsSelection(QtGui.QWidget):
|
||||
FreeCADGui.Selection.clearSelection() # selected shape will not added to the list
|
||||
message = self.get_item_text(selection) + ' is in reference list already!\n'
|
||||
FreeCAD.Console.PrintMessage(message)
|
||||
QtGui.QMessageBox.critical(None, "Geomety already in list", message)
|
||||
QtGui.QMessageBox.critical(None, "Geometry already in list", message)
|
||||
else:
|
||||
FreeCADGui.Selection.clearSelection() # selected shape will not added to the list
|
||||
message = ele_ShapeType + ' is not allowed to add to the list!\n'
|
||||
|
||||
@@ -125,7 +125,7 @@ class _TaskPanelFemMaterial:
|
||||
QtCore.QObject.connect(self.parameterWidget.input_fd_kinematic_viscosity, QtCore.SIGNAL("valueChanged(double)"), self.kinematic_viscosity_changed)
|
||||
QtCore.QObject.connect(self.parameterWidget.input_fd_vol_expansion_coefficient, QtCore.SIGNAL("valueChanged(double)"), self.vtec_changed)
|
||||
|
||||
# init all parameter input fiels with read only
|
||||
# init all parameter input files with read only
|
||||
self.parameterWidget.chbu_allow_edit.setCheckState(QtCore.Qt.CheckState.Unchecked)
|
||||
self.toggleInputFieldsReadOnly()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user