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:30 +02:00
committed by Chris Hennes
parent 58b036fcb9
commit 1db08ca0b8

View File

@@ -110,7 +110,7 @@ class _TaskPanel(base_femtaskpanel._BaseTaskPanel):
msgBox = QtGui.QMessageBox()
msgBox.setIcon(QtGui.QMessageBox.Question)
msgBox.setText("Constraint Centrif requires at least one solid")
msgBox.setWindowTitle("FreeCAD FEM Constraint Centrif - Body Selection")
msgBox.setWindowTitle("FEM Constraint Centrifuge - Body Selection")
retryButton = msgBox.addButton(QtGui.QMessageBox.Retry)
ignoreButton = msgBox.addButton(QtGui.QMessageBox.Ignore)
msgBox.exec_()