mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 17:11:20 +01:00
More updates suggested by Gale
1) Manage Effect -> Manage on the menu button 2) Update uncapped "Ladspa" to "LADSPA"
This commit is contained in:
@@ -2152,7 +2152,7 @@ bool EffectUIHost::Initialize()
|
||||
bar->SetSizer(bs);
|
||||
|
||||
mMenuBtn = new wxBitmapButton(bar, kMenuID, CreateBitmap(effect_menu_xpm, true, false));
|
||||
SetLabelAndTip(mMenuBtn, _("&Manage effect"));
|
||||
SetLabelAndTip(mMenuBtn, _("&Manage"));
|
||||
bs->Add(mMenuBtn);
|
||||
|
||||
mOnBM = CreateBitmap(effect_on_xpm, true, false);
|
||||
|
||||
Reference in New Issue
Block a user