changed text for adding a foldback send from monitor

Menu item was added before name was finalized
	but needs to match names used everywhere else
This commit is contained in:
Len Ovens 2020-04-14 10:36:18 -07:00
parent 41ea63cead
commit c34abd094e

View File

@ -3812,8 +3812,8 @@ ProcessorBox::register_actions ()
ActionManager::engine_sensitive_actions.push_back (act);
ActionManager::register_action (processor_box_actions, X_("newaux"), _("New Aux Send ..."));
ActionManager::register_action (processor_box_actions, X_("newlisten"), _("New Monitor Send ..."));
ActionManager::register_action (processor_box_actions, X_("removelisten"), _("Remove Monitor Send ..."));
ActionManager::register_action (processor_box_actions, X_("newlisten"), _("New Foldback Send ..."));
ActionManager::register_action (processor_box_actions, X_("removelisten"), _("Remove Foldback Send ..."));
ActionManager::register_action (processor_box_actions, X_("controls"), _("Controls"));
ActionManager::register_action (processor_box_actions, X_("send_options"), _("Send Options"));