fix capitalization of sections of key editor

This commit is contained in:
Paul Davis 2016-03-15 21:25:02 -04:00
parent 485d7dbc9c
commit c07bca3a62
11 changed files with 31 additions and 31 deletions

View file

@ -694,7 +694,7 @@ StepEntry::register_actions ()
void
StepEntry::load_bindings ()
{
bindings = Bindings::get_bindings (X_("step-editing"), myactions);
bindings = Bindings::get_bindings (X_("Step Editing"), myactions);
set_data ("ardour-bindings", bindings);
}