Fix macOS builds

This commit is contained in:
Robin Gareus 2021-07-07 14:30:07 +02:00
parent 64f814438a
commit aaf7d3227c
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -1240,8 +1240,9 @@ PluginSelector::show_manager ()
q.set_title (string_compose (_("Discover %1 Plugins?"), q.set_title (string_compose (_("Discover %1 Plugins?"),
#ifdef __APPLE__ #ifdef __APPLE__
_("VST/AU") _("VST/AU")
#endif #else
_("VST") _("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."), 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."),