Browse Source

Rename "Load selection" menu item to "Import selection".

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
74fdd9cb84
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/RackWidget.cpp

+ 1
- 1
src/app/RackWidget.cpp View File

@@ -1143,7 +1143,7 @@ void RackWidget::appendSelectionContextMenu(ui::Menu* menu) {
}));

// Load
menu->addChild(createMenuItem("Load selection", "", [=]() {
menu->addChild(createMenuItem("Import selection", "", [=]() {
loadSelectionDialog();
}));



Loading…
Cancel
Save