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)
|
ApplyMacroDialog(parent, true)
|
||||||
{
|
{
|
||||||
mbExpanded = bExpanded;
|
mbExpanded = bExpanded;
|
||||||
SetLabel(_("Edit Macros")); // Provide visual label
|
SetLabel(_("Manage Macros")); // Provide visual label
|
||||||
SetName(_("Edit Macros")); // Provide audible label
|
SetName(_("Manage Macros")); // Provide audible label
|
||||||
SetTitle(_("Edit Macros"));
|
SetTitle(_("Manage Macros"));
|
||||||
|
|
||||||
mChanged = false;
|
mChanged = false;
|
||||||
mSelectedCommand = 0;
|
mSelectedCommand = 0;
|
||||||
@ -742,7 +742,7 @@ void MacrosWindow::UpdateDisplay( bool bExpanded )
|
|||||||
SetPosition( p );
|
SetPosition( p );
|
||||||
mResize->SetFocus();
|
mResize->SetFocus();
|
||||||
|
|
||||||
wxString Title = mbExpanded ? _("Edit Macros") : _("Apply Macro");
|
wxString Title = mbExpanded ? _("Manage Macros") : _("Apply Macro");
|
||||||
SetLabel( Title ); // Provide visual label
|
SetLabel( Title ); // Provide visual label
|
||||||
SetName( Title ); // Provide audible label
|
SetName( Title ); // Provide audible label
|
||||||
SetTitle( Title );
|
SetTitle( Title );
|
||||||
|
@ -481,7 +481,7 @@ END_EVENT_TABLE()
|
|||||||
PluginRegistrationDialog::PluginRegistrationDialog(wxWindow *parent, EffectType type)
|
PluginRegistrationDialog::PluginRegistrationDialog(wxWindow *parent, EffectType type)
|
||||||
: wxDialogWrapper(parent,
|
: wxDialogWrapper(parent,
|
||||||
wxID_ANY,
|
wxID_ANY,
|
||||||
_("Plug-in Manager: Effects, Generators and Analyzers"),
|
_("Manage Plug-ins"),
|
||||||
wxDefaultPosition, wxDefaultSize,
|
wxDefaultPosition, wxDefaultSize,
|
||||||
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user