mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
shorten and clarify context-menu entry.
This commit is contained in:
parent
5c44ae8dd7
commit
ec09c1ad63
1 changed files with 1 additions and 1 deletions
|
|
@ -3435,7 +3435,7 @@ ProcessorBox::register_actions ()
|
|||
myactions.register_action (processor_box_actions, X_("newplugin"), _("New Plugin"),
|
||||
sigc::ptr_fun (ProcessorBox::rb_choose_plugin));
|
||||
|
||||
act = myactions.register_action (processor_box_actions, X_("newlua"), _("New Lua Proc"),
|
||||
act = myactions.register_action (processor_box_actions, X_("newlua"), _("New Lua DSP"),
|
||||
sigc::ptr_fun (ProcessorBox::rb_choose_lua));
|
||||
act = myactions.register_action (processor_box_actions, X_("newinsert"), _("New Insert"),
|
||||
sigc::ptr_fun (ProcessorBox::rb_choose_insert));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue