[FEM] [skip CI] fix wording

Calculix will not be broken, but stopped. After clicking the button your will also get a message that it has been 'stopped'
This commit is contained in:
Uwe
2022-07-16 19:33:02 +02:00
parent 654de93621
commit b39e91c26f

View File

@@ -244,7 +244,7 @@ class _TaskPanel:
def calculixStarted(self):
# print("calculixStarted()")
FreeCAD.Console.PrintLog("calculix state: {}\n".format(self.Calculix.state()))
self.form.pb_run_ccx.setText("Break CalculiX")
self.form.pb_run_ccx.setText("Stop CalculiX")
def calculixStateChanged(self, newState):
if newState == QtCore.QProcess.ProcessState.Starting: