mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
Change wording: Now "Manage Plug-ins" and "Manage Macros" for those two dialogs.
This commit is contained in:
@@ -481,7 +481,7 @@ END_EVENT_TABLE()
|
||||
PluginRegistrationDialog::PluginRegistrationDialog(wxWindow *parent, EffectType type)
|
||||
: wxDialogWrapper(parent,
|
||||
wxID_ANY,
|
||||
_("Plug-in Manager: Effects, Generators and Analyzers"),
|
||||
_("Manage Plug-ins"),
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user