diff --git a/src/Mod/Assembly/CommandInsertLink.py b/src/Mod/Assembly/CommandInsertLink.py index 097d9c37a9..71e7ce74f0 100644 --- a/src/Mod/Assembly/CommandInsertLink.py +++ b/src/Mod/Assembly/CommandInsertLink.py @@ -37,7 +37,7 @@ import CommandCreateJoint # translate = App.Qt.translate -__title__ = "Assembly Command Insert Link" +__title__ = "Assembly Command Insert Component" __author__ = "Ondsel" __url__ = "https://www.freecad.org" @@ -49,12 +49,12 @@ class CommandInsertLink: def GetResources(self): return { "Pixmap": "Assembly_InsertLink", - "MenuText": QT_TRANSLATE_NOOP("Assembly_InsertLink", "Insert Link"), + "MenuText": QT_TRANSLATE_NOOP("Assembly_InsertLink", "Insert Component"), "Accel": "I", "ToolTip": "
" + QT_TRANSLATE_NOOP( "Assembly_InsertLink", - "Insert a Link into the currently active assembly. This will create dynamic links to parts/bodies/primitives/assemblies. To insert external objects, make sure that the file is open in the current session", + "Insert a component into the current active assembly. This will create dynamic links to parts, bodies, primitives, and assemblies. To insert external components, make sure that the file is open in the current session", ) + "