From 52d36374db62a5a62b7b2c7b2d780af403e7aa0e Mon Sep 17 00:00:00 2001 From: FEA-eng <59876896+FEA-eng@users.noreply.github.com> Date: Thu, 3 Jul 2025 10:07:44 +0200 Subject: [PATCH] FEM: Update commands.py --- 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 c8341d589f..85a8420f53 100644 --- a/src/Mod/Fem/femcommands/commands.py +++ b/src/Mod/Fem/femcommands/commands.py @@ -732,7 +732,7 @@ class _MeshClear(CommandManager): super().__init__() self.menutext = Qt.QT_TRANSLATE_NOOP("FEM_MeshClear", "Clear FEM Mesh") self.tooltip = Qt.QT_TRANSLATE_NOOP( - "FEM_MeshClear", "Clears the mesh of an FEM mesh object" + "FEM_MeshClear", "Clears the mesh of a FEM mesh object" ) self.is_active = "with_femmesh"