mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
punctuation nitpick
This commit is contained in:
parent
68442f9d81
commit
ba319b4568
1 changed files with 1 additions and 1 deletions
|
|
@ -856,7 +856,7 @@ PluginManager::windows_vst_discover (string path, bool cache_only)
|
|||
_windows_vst_plugin_info->push_back (info);
|
||||
discovered++;
|
||||
if (Config->get_verbose_plugin_scan()) {
|
||||
PBD::info << string_compose (_(" -> OK. (VST Plugin \"%1\" added)."), info->name) << endmsg;
|
||||
PBD::info << string_compose (_(" -> OK (VST Plugin \"%1\" was added)."), info->name) << endmsg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue