mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Change wording: Now "Manage Plug-ins" and "Manage Macros" for those two dialogs.
This commit is contained in:
parent
8b68864ddb
commit
4617b0b1a8
@ -527,9 +527,9 @@ MacrosWindow::MacrosWindow(wxWindow * parent, bool bExpanded):
|
||||
ApplyMacroDialog(parent, true)
|
||||
{
|
||||
mbExpanded = bExpanded;
|
||||
SetLabel(_("Edit Macros")); // Provide visual label
|
||||
SetName(_("Edit Macros")); // Provide audible label
|
||||
SetTitle(_("Edit Macros"));
|
||||
SetLabel(_("Manage Macros")); // Provide visual label
|
||||
SetName(_("Manage Macros")); // Provide audible label
|
||||
SetTitle(_("Manage Macros"));
|
||||
|
||||
mChanged = false;
|
||||
mSelectedCommand = 0;
|
||||
@ -742,7 +742,7 @@ void MacrosWindow::UpdateDisplay( bool bExpanded )
|
||||
SetPosition( p );
|
||||
mResize->SetFocus();
|
||||
|
||||
wxString Title = mbExpanded ? _("Edit Macros") : _("Apply Macro");
|
||||
wxString Title = mbExpanded ? _("Manage Macros") : _("Apply Macro");
|
||||
SetLabel( Title ); // Provide visual label
|
||||
SetName( Title ); // Provide audible label
|
||||
SetTitle( Title );
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user