FEM: equation head, change back wrong menue text introduced with e7b813f178

This commit is contained in:
Bernd Hahnebach
2020-06-29 21:44:57 +02:00
parent 0a8f4b5103
commit 0c1f99a30c

View File

@@ -334,7 +334,7 @@ class _EquationHeat(CommandManager):
def __init__(self):
super(_EquationHeat, self).__init__()
self.menuetext = "Fluxsolver heat"
self.menuetext = "Heat equation"
self.tooltip = "Creates a FEM equation for heat"
self.is_active = "with_solver_elmer"
self.do_activated = "add_obj_on_gui_selobj_noset_edit"