Disambiguate Controls in the redirect box: "Inline Controls"

This commit is contained in:
Ben Loftis 2022-11-08 13:11:41 -06:00
parent 8f9636f48e
commit dd33e19eda

View file

@ -4102,7 +4102,7 @@ ProcessorBox::register_actions ()
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_("controls"), _("Inline Controls"));
ActionManager::register_action (processor_box_actions, X_("send_options"), _("Send Options"));
ActionManager::register_action (processor_box_actions, X_("presets"), _("Presets"));