From 0c1f99a30cf310d16915d2386f4a48b1bc2c0dcf Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 29 Jun 2020 21:44:57 +0200 Subject: [PATCH] FEM: equation head, change back wrong menue text introduced with e7b813f178e3 --- src/Mod/Fem/femcommands/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femcommands/commands.py b/src/Mod/Fem/femcommands/commands.py index acb0c81706..740e631729 100644 --- a/src/Mod/Fem/femcommands/commands.py +++ b/src/Mod/Fem/femcommands/commands.py @@ -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"