13
0

Fix typo in 05c039629c (VST -> VST2, not 3)

This commit is contained in:
Robin Gareus 2020-10-07 17:51:01 +02:00
parent c0b4e575d9
commit 953901ad3b
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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"),