FEM: Update commands.py

This commit is contained in:
FEA-eng
2025-09-25 14:13:38 +02:00
committed by Chris Hennes
parent 91f4c49cb4
commit 1fabe1bec8

View File

@@ -156,7 +156,7 @@ class _ClippingPlaneRemoveAll(CommandManager):
def __init__(self): def __init__(self):
super().__init__() super().__init__()
self.menutext = Qt.QT_TRANSLATE_NOOP( self.menutext = Qt.QT_TRANSLATE_NOOP(
"FEM_ClippingPlaneRemoveAll", "Remove all Clipping Planes" "FEM_ClippingPlaneRemoveAll", "Remove All Clipping Planes"
) )
self.tooltip = Qt.QT_TRANSLATE_NOOP( self.tooltip = Qt.QT_TRANSLATE_NOOP(
"FEM_ClippingPlaneRemoveAll", "Removes all clipping planes" "FEM_ClippingPlaneRemoveAll", "Removes all clipping planes"