mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-17 14:11:13 +01:00
Change visual and audible labels for 'Install VST Effects' too.
This commit is contained in:
@@ -157,8 +157,8 @@ PluginRegistrationDialog::PluginRegistrationDialog(wxWindow * parent, const wxAr
|
||||
{
|
||||
miSelected = 0;
|
||||
mbNextSelectToggles = true;
|
||||
SetLabel(_("Install VST Plugins")); // Provide visual label
|
||||
SetName(_("Install VST Plugins")); // Provide audible label
|
||||
SetLabel(_("Install VST Effects")); // Provide visual label
|
||||
SetName(_("Install VST Effects")); // Provide audible label
|
||||
Populate();
|
||||
|
||||
mAbort = false;
|
||||
|
||||
Reference in New Issue
Block a user