mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Use the word port' rather than channel' when adding channels to a route's bundle.
Don't mouseover on hidden groups in the matrix. git-svn-id: svn://localhost/ardour2/branches/3.0@5385 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
87d8f1f360
commit
e587155ee5
4 changed files with 9 additions and 6 deletions
|
|
@ -266,7 +266,7 @@ PortMatrix::popup_menu (
|
|||
|
||||
std::string const n = add_channel_name ();
|
||||
if (!n.empty()) {
|
||||
snprintf (buf, sizeof (buf), _("Add channel to '%s'"), n.c_str());
|
||||
snprintf (buf, sizeof (buf), _("Add %s to '%s'"), channel_noun().c_str(), n.c_str());
|
||||
items.push_back (MenuElem (buf, mem_fun (*this, &PortMatrix::add_channel)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue