@@ -100,19 +100,19 @@ class DraftWorkbench(FreeCADGui.Workbench):
|
||||
|
||||
# Set up toolbars
|
||||
it.init_toolbar(self,
|
||||
QT_TRANSLATE_NOOP("Workbench", "Draft creation tools"),
|
||||
QT_TRANSLATE_NOOP("Workbench", "Draft Creation"),
|
||||
self.drawing_commands)
|
||||
it.init_toolbar(self,
|
||||
QT_TRANSLATE_NOOP("Workbench", "Draft annotation tools"),
|
||||
QT_TRANSLATE_NOOP("Workbench", "Draft Annotation"),
|
||||
self.annotation_commands)
|
||||
it.init_toolbar(self,
|
||||
QT_TRANSLATE_NOOP("Workbench", "Draft modification tools"),
|
||||
QT_TRANSLATE_NOOP("Workbench", "Draft Modification"),
|
||||
self.modification_commands)
|
||||
it.init_toolbar(self,
|
||||
QT_TRANSLATE_NOOP("Workbench", "Draft utility tools"),
|
||||
QT_TRANSLATE_NOOP("Workbench", "Draft Utility"),
|
||||
self.utility_commands_toolbar)
|
||||
it.init_toolbar(self,
|
||||
QT_TRANSLATE_NOOP("Workbench", "Draft snap"),
|
||||
QT_TRANSLATE_NOOP("Workbench", "Draft Snap"),
|
||||
it.get_draft_snap_commands())
|
||||
|
||||
# Set up menus
|
||||
|
||||
Reference in New Issue
Block a user