diff --git a/src/override/MenuBar.cpp b/src/override/MenuBar.cpp index 4b88a23..29d872b 100644 --- a/src/override/MenuBar.cpp +++ b/src/override/MenuBar.cpp @@ -148,7 +148,7 @@ struct FileButton : MenuButton { }); })); - menu->addChild(createMenuItem("Open", RACK_MOD_CTRL_NAME "+O", [this]() { + menu->addChild(createMenuItem("Import...", RACK_MOD_CTRL_NAME "+O", [this]() { // see APP->patch->loadDialog(); promptClear("The current patch is unsaved. Clear it and open a new patch?", [this]() { std::string dir;