mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
Disambiguate Controls in the redirect box: "Inline Controls"
This commit is contained in:
parent
8f9636f48e
commit
dd33e19eda
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue