From a7c21de229c8a1c0b38e71c5f0ca3be9ce491cfc Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 16 Jun 2023 01:38:59 +0200 Subject: [PATCH] Update Link to VST3 location spec --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 00c6282448..a43df09867 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -4129,7 +4129,7 @@ These settings will only take effect after %1 is restarted.\n\ _("Additional VST3 Path:")); vst3_path->set_note (_("Customizing VST3 paths is discouraged. Note that default VST3 paths as per " - "specification " + "specification " "are always searched, and need not be explicitly set.")); add_option (_("Plugins/VST"), vst3_path);