summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-10-19 17:25:37 +0000
committerCarl Hetherington <carl@carlh.net>2009-10-19 17:25:37 +0000
commit09ec34292683c8a4edcc0060b938192ae18225c4 (patch)
tree286722eeef3ee7800a7c4a44d7e9776068ea961e /gtk2_ardour/keyeditor.cc
parent539a692b0e9d249cab75a2d1c255f8cbef8bcf6b (diff)
Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.
git-svn-id: svn://localhost/ardour2/branches/3.0@5805 d708f5d6-7413-0410-9779-e7cbd77b26cf
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)