mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-30 17:23:51 +01:00
"Install VST Effects" in place of "Install VST Plugins"
This commit is contained in:
@@ -151,7 +151,7 @@ END_EVENT_TABLE()
|
||||
|
||||
PluginRegistrationDialog::PluginRegistrationDialog(wxWindow * parent, const wxArrayString & files):
|
||||
mFiles( files ),
|
||||
wxDialog(parent, wxID_ANY, _("Install VST Plugins"),
|
||||
wxDialog(parent, wxID_ANY, _("Install VST Effects"),
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user