[FEM] fix button text

- looking at the Git log this button never had a plot functionality
- for the discussion see: https://forum.freecadweb.org/viewtopic.php?f=18&t=69189
This commit is contained in:
Uwe
2022-06-04 22:41:58 +02:00
parent 27e3f3c153
commit 75a8998432

View File

@@ -328,7 +328,7 @@
<item>
<widget class="QPushButton" name="calculate">
<property name="text">
<string>Calculate and plot</string>
<string>Calculate</string>
</property>
</widget>
</item>