Sketch: Rename "Attachment Editor" to "Edit Attachment" in context menu
This commit is contained in:
committed by
Chris Hennes
parent
ec4dcde60c
commit
6dfe193428
@@ -97,7 +97,7 @@ void ViewProviderAttachExtension::extensionSetupContextMenu(QMenu* menu, QObject
|
||||
if (attach) {
|
||||
// toggle command to display components
|
||||
Gui::ActionFunction* func = new Gui::ActionFunction(menu);
|
||||
QAction* act = menu->addAction(QObject::tr("Attachment Editor"));
|
||||
QAction* act = menu->addAction(QObject::tr("Edit Attachment"));
|
||||
if (Gui::Control().activeDialog()) {
|
||||
act->setDisabled(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user