From aaf7d3227ceb3a73baa3c50f37c2bb1af3a237e6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 7 Jul 2021 14:30:07 +0200 Subject: [PATCH] Fix macOS builds --- gtk2_ardour/plugin_selector.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/plugin_selector.cc b/gtk2_ardour/plugin_selector.cc index 8c559eecdc..1047186a58 100644 --- a/gtk2_ardour/plugin_selector.cc +++ b/gtk2_ardour/plugin_selector.cc @@ -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."),