summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2017-01-12 10:08:50 -0600
committerBen Loftis <ben@harrisonconsoles.com>2017-01-12 11:51:43 -0600
commitabe093dcc900ccde3d7b5d9ea12d39f37280a479 (patch)
treeb1a30e5b84db7ed184cf2e092e7d517a7614bba2 /gtk2_ardour/keyeditor.cc
parent75c029f65f00df01fdd861c9d1a768a98faf1063 (diff)
rename Bindings -> Keyboard Shortcuts
Diffstat (limited to 'gtk2_ardour/keyeditor.cc')
-rw-r--r--gtk2_ardour/keyeditor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/keyeditor.cc b/gtk2_ardour/keyeditor.cc
index 2ee265a396..9df62ccb53 100644
--- a/gtk2_ardour/keyeditor.cc
+++ b/gtk2_ardour/keyeditor.cc
@@ -74,7 +74,7 @@ void bindings_collision_dialog (Gtk::Window& parent)
}
KeyEditor::KeyEditor ()
- : ArdourWindow (_("Key Bindings"))
+ : ArdourWindow (_("Keyboard Shortcuts"))
, unbind_button (_("Remove shortcut"))
, unbind_box (BUTTONBOX_END)
, filter_entry (_("Search..."), true)