1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

Forgot to hyphenate plugin

This commit is contained in:
Leland Lucius 2015-06-05 19:01:00 -05:00
parent 60f4ae1941
commit 018c0d46ea

View File

@ -473,14 +473,14 @@ END_EVENT_TABLE()
PluginRegistrationDialog::PluginRegistrationDialog(wxWindow *parent, EffectType type)
: wxDialog(parent,
wxID_ANY,
_("Plugin Manager: Effects"),
_("Plug-in Manager: Effects"),
wxDefaultPosition, wxDefaultSize,
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
{
mType = type;
mEffects = NULL;
SetLabel(_("Plugin Manager: Effects")); // Provide visual label
SetName(_("Plugin Manager: Effects")); // Provide audible label
SetLabel(_("Plug-in Manager: Effects")); // Provide visual label
SetName(_("Plug-in Manager: Effects")); // Provide audible label
mStates.SetCount(STATE_COUNT);
mStates[STATE_Enabled] = _("Enabled");