[FEM] commands.py: reformat a string

- just to be consistent with other strings (found by reviewing https://github.com/FreeCAD/FreeCAD-translations/issues/197)
This commit is contained in:
Uwe
2022-10-14 02:12:00 +02:00
parent 9f8cfe22f8
commit 8a18c84143

View File

@@ -81,7 +81,10 @@ class _ClippingPlaneAdd(CommandManager):
def __init__(self):
super(_ClippingPlaneAdd, self).__init__()
self.menutext = Qt.QT_TRANSLATE_NOOP("FEM_ClippingPlaneAdd", "Clipping plane on face")
self.menutext = Qt.QT_TRANSLATE_NOOP(
"FEM_ClippingPlaneAdd",
"Clipping plane on face"
)
self.tooltip = Qt.QT_TRANSLATE_NOOP(
"FEM_ClippingPlaneAdd",
"Add a clipping plane on a selected face"