mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Fix a typo
This commit is contained in:
parent
eb3d9f66d9
commit
484ec35b10
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ IOPluginWindow::IOPlugUI::button_press_event (GdkEventButton* ev)
|
|||
Gtk::Menu* m = ARDOUR_UI_UTILS::shared_popup_menu ();
|
||||
MenuList& items = m->items ();
|
||||
|
||||
items.push_back (MenuElem (_("Edit.."), sigc::bind (sigc::mem_fun (*this, &IOPluginWindow::IOPlugUI::edit_plugin), true)));
|
||||
items.push_back (MenuElem (_("Edit..."), sigc::bind (sigc::mem_fun (*this, &IOPluginWindow::IOPlugUI::edit_plugin), true)));
|
||||
items.back().set_sensitive (_iop->plugin ()->has_editor ());
|
||||
items.push_back (MenuElem (_("Edit with generic controls..."), sigc::bind (sigc::mem_fun (*this, &IOPluginWindow::IOPlugUI::edit_plugin), false)));
|
||||
items.push_back (SeparatorElem());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue