FEM: Update commands.py

This commit is contained in:
FEA-eng
2025-07-03 10:07:44 +02:00
committed by Max Wilfinger
parent 67c7c97577
commit 52d36374db

View File

@@ -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"