summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.cc
diff options
context:
space:
mode:
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 6b1aec7f4e..b909812f10 100644
--- a/gtk2_ardour/keyeditor.cc
+++ b/gtk2_ardour/keyeditor.cc
@@ -26,7 +26,7 @@ using namespace Gdk;
using namespace PBD;
KeyEditor::KeyEditor ()
- : ArdourDialog (_("Shortcut Editor"), false)
+ : ArdourDialog (_("Key Bindings"), false)
, unbind_button (_("Remove shortcut"))
, unbind_box (BUTTONBOX_END)