diff --git a/CHANGELOG.md b/CHANGELOG.md index b2236c5b..854fb3ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,7 @@ - Add `dsp::VuMeter2`. - Add `dsp::Timer` and `dsp::Counter`. - Overhaul event system with many new events. - - etc. See more at https://vcvrack.com/manual/Migrate1.html.. + - etc. See more at https://vcvrack.com/manual/Migrate1.html. - Licenses - Relicense Rack to GPLv3 with the VCV Rack Non-Commercial Plugin License Exception and a commercial licensing option. diff --git a/src/app/MenuBar.cpp b/src/app/MenuBar.cpp index ece55668..8b8fc2e6 100644 --- a/src/app/MenuBar.cpp +++ b/src/app/MenuBar.cpp @@ -637,7 +637,7 @@ struct PluginsMenu : ui::Menu { loggedIn = true; UrlItem *manageItem = new UrlItem; - manageItem->text = "VCV Store"; + manageItem->text = "VCV Plugin Manager"; manageItem->url = "https://vcvrack.com/plugins.html"; addChild(manageItem);