1
0
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:
lllucius
2014-12-16 15:05:08 +00:00
parent f2bf4e7847
commit cd94cceb8a
3 changed files with 11 additions and 11 deletions

View File

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