mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
fix capitalization of sections of key editor
This commit is contained in:
parent
485d7dbc9c
commit
c07bca3a62
11 changed files with 31 additions and 31 deletions
|
|
@ -1669,7 +1669,7 @@ MonitorSection::port_connected_or_disconnected (boost::weak_ptr<Port> wa, boost:
|
|||
void
|
||||
MonitorSection::load_bindings ()
|
||||
{
|
||||
bindings = Bindings::get_bindings (X_("monitor section"), myactions);
|
||||
bindings = Bindings::get_bindings (X_("Monitor Section"), myactions);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue