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;
|
mType = type;
|
||||||
mEffects = NULL;
|
mEffects = NULL;
|
||||||
SetLabel(_("Plug-in Manager: Effects")); // Provide visual label
|
SetLabel(GetTitle());
|
||||||
SetName(_("Plug-in Manager: Effects")); // Provide audible label
|
|
||||||
|
|
||||||
mStates.SetCount(STATE_COUNT);
|
mStates.SetCount(STATE_COUNT);
|
||||||
mStates[STATE_Enabled] = _("Enabled");
|
mStates[STATE_Enabled] = _("Enabled");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user