mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-07 07:12:34 +02:00
Forgot to hyphenate plugin
This commit is contained in:
parent
60f4ae1941
commit
018c0d46ea
@ -473,14 +473,14 @@ END_EVENT_TABLE()
|
|||||||
PluginRegistrationDialog::PluginRegistrationDialog(wxWindow *parent, EffectType type)
|
PluginRegistrationDialog::PluginRegistrationDialog(wxWindow *parent, EffectType type)
|
||||||
: wxDialog(parent,
|
: wxDialog(parent,
|
||||||
wxID_ANY,
|
wxID_ANY,
|
||||||
_("Plugin Manager: Effects"),
|
_("Plug-in Manager: Effects"),
|
||||||
wxDefaultPosition, wxDefaultSize,
|
wxDefaultPosition, wxDefaultSize,
|
||||||
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
||||||
{
|
{
|
||||||
mType = type;
|
mType = type;
|
||||||
mEffects = NULL;
|
mEffects = NULL;
|
||||||
SetLabel(_("Plugin Manager: Effects")); // Provide visual label
|
SetLabel(_("Plug-in Manager: Effects")); // Provide visual label
|
||||||
SetName(_("Plugin Manager: Effects")); // Provide audible label
|
SetName(_("Plug-in Manager: Effects")); // Provide audible label
|
||||||
|
|
||||||
mStates.SetCount(STATE_COUNT);
|
mStates.SetCount(STATE_COUNT);
|
||||||
mStates[STATE_Enabled] = _("Enabled");
|
mStates[STATE_Enabled] = _("Enabled");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user