Update src/Mod/Fem/femtaskpanels/task_constraint_centrif.py
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
committed by
Chris Hennes
parent
8e69f876af
commit
3d154e64c7
@@ -126,7 +126,7 @@ class _TaskPanel(base_femtaskpanel._BaseTaskPanel):
|
||||
msgBox = QtGui.QMessageBox()
|
||||
msgBox.setIcon(QtGui.QMessageBox.Question)
|
||||
msgBox.setText("Rotational speed is zero")
|
||||
msgBox.setWindowTitle("FreeCAD FEM Constraint Centrif - Rotational Speed Setting")
|
||||
msgBox.setWindowTitle("FEM Constraint Centrifuge - Rotational Speed Setting")
|
||||
retryButton = msgBox.addButton(QtGui.QMessageBox.Retry)
|
||||
ignoreButton = msgBox.addButton(QtGui.QMessageBox.Ignore)
|
||||
msgBox.exec_()
|
||||
|
||||
Reference in New Issue
Block a user