From 953901ad3b91b88eae1b0d88347b4621a3c485e2 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 7 Oct 2020 17:51:01 +0200 Subject: [PATCH] Fix typo in 05c039629c33 (VST -> VST2, not 3) --- 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 e121730ed2..7130ccf5eb 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3654,7 +3654,7 @@ RCOptionEditor::RCOptionEditor () add_option (_("Plugins/VST"), new RcActionButton (_("Clear"), sigc::mem_fun (*this, &RCOptionEditor::clear_vst2_cache), - _("VST 3 Cache:"))); + _("VST 2 Cache:"))); add_option (_("Plugins/VST"), new RcActionButton (_("Clear"),