1
0
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:
James Crook
2018-03-05 20:10:01 +00:00
parent 8b68864ddb
commit 4617b0b1a8
2 changed files with 5 additions and 5 deletions

View File

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