Update src/Mod/Fem/femtaskpanels/task_constraint_centrif.py

Co-authored-by: Ryan K <[email protected]>
This commit is contained in:
Max Wilfinger
2025-06-30 10:35:42 -05:00
committed by Chris Hennes
co-authored by Ryan K
parent 1db08ca0b8
commit 3f6cc47fa8
@@ -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_()