mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Fix macOS builds
This commit is contained in:
parent
64f814438a
commit
aaf7d3227c
1 changed files with 2 additions and 1 deletions
|
|
@ -1240,8 +1240,9 @@ PluginSelector::show_manager ()
|
|||
q.set_title (string_compose (_("Discover %1 Plugins?"),
|
||||
#ifdef __APPLE__
|
||||
_("VST/AU")
|
||||
#endif
|
||||
#else
|
||||
_("VST")
|
||||
#endif
|
||||
));
|
||||
|
||||
q.set_secondary_text (string_compose (_("Third party plugins have not yet been indexed. %1 plugins have to be scanned before they can be used. This can also be done manually from Window > Plugin Manager. Depending on the number of installed plugins the process can take several minutes."),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue