Update src/Mod/Fem/femcommands/commands.py
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
committed by
Chris Hennes
parent
4572a5f126
commit
58b036fcb9
@@ -731,7 +731,7 @@ class _MeshClear(CommandManager):
|
||||
def __init__(self):
|
||||
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 a FEM mesh object")
|
||||
self.tooltip = Qt.QT_TRANSLATE_NOOP("FEM_MeshClear", "Clears the mesh of an FEM mesh object")
|
||||
self.is_active = "with_femmesh"
|
||||
|
||||
def Activated(self):
|
||||
|
||||
Reference in New Issue
Block a user