mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +02:00
Change accessible title as well
This commit is contained in:
parent
19baefd186
commit
f040dd75b0
@ -482,8 +482,7 @@ PluginRegistrationDialog::PluginRegistrationDialog(wxWindow *parent, EffectType
|
||||
{
|
||||
mType = type;
|
||||
mEffects = NULL;
|
||||
SetLabel(_("Plug-in Manager: Effects")); // Provide visual label
|
||||
SetName(_("Plug-in Manager: Effects")); // Provide audible label
|
||||
SetLabel(GetTitle());
|
||||
|
||||
mStates.SetCount(STATE_COUNT);
|
||||
mStates[STATE_Enabled] = _("Enabled");
|
||||
|
Loading…
x
Reference in New Issue
Block a user