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:
Max Wilfinger
2025-06-30 09:28:36 +02:00
committed by Chris Hennes
parent 8e69f876af
commit 3d154e64c7

View File

@@ -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_()