mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Change wording for individually hosted plugins
This commit is contained in:
@@ -778,7 +778,7 @@ void PluginBridge::log_init_message() {
|
||||
if (config.group.has_value()) {
|
||||
init_msg << "plugin group \"" << config.group.value() << "\"";
|
||||
} else {
|
||||
init_msg << "individual";
|
||||
init_msg << "individually";
|
||||
}
|
||||
if (vst_plugin_arch == PluginArchitecture::vst_32) {
|
||||
init_msg << ", 32-bit";
|
||||
|
||||
Reference in New Issue
Block a user