[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user