1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 16:09:28 +02:00

Change visual and audible labels for 'Install VST Effects' too.

This commit is contained in:
james.k.crook@gmail.com 2013-08-27 14:56:41 +00:00
parent 774b8e9598
commit db26dad623

View File

@ -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;