Arch: removed 'object' from command tooltips - fixes FreeCAD-translations/#221

This commit is contained in:
Yorik van Havre
2023-05-22 15:13:16 +02:00
parent d45356e2b5
commit 6a7b5f754f
6 changed files with 8 additions and 8 deletions

View File

@@ -286,7 +286,7 @@ class CommandBuildingPart:
return {'Pixmap' : 'Arch_BuildingPart',
'MenuText': QT_TRANSLATE_NOOP("Arch_BuildingPart","BuildingPart"),
'Accel': "B, P",
'ToolTip': QT_TRANSLATE_NOOP("Arch_BuildingPart","Creates a BuildingPart object including selected objects")}
'ToolTip': QT_TRANSLATE_NOOP("Arch_BuildingPart","Creates a BuildingPart including selected objects")}
def IsActive(self):