summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-14 09:53:48 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-14 09:53:48 -0400
commit66c25b2d736e28e554ad5cfc27d555cc180263da (patch)
treee274164d1a8258d17c9c72736e9085b3ef6b693d /gtk2_ardour/keyeditor.cc
parenta51ff046782293a23a92598507469678dc9c5be8 (diff)
wording change for key binding dialog remove shortcut button label
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 c93d78497a..3352a25376 100644
--- a/gtk2_ardour/keyeditor.cc
+++ b/gtk2_ardour/keyeditor.cc
@@ -88,7 +88,7 @@ KeyEditor::KeyEditor ()
filter_entry.signal_search_string_updated ().connect (sigc::mem_fun (*this, &KeyEditor::search_string_updated));
vpacker.pack_start (filter_entry, false, false);
- Label* hint = manage (new Label (_("Select an action, then press the key(s) to (re)set its shortcut")));
+ Label* hint = manage (new Label (_("To remove a shortcut select an action then press this: ")));
hint->show ();
unbind_box.set_spacing (6);
unbind_box.pack_start (*hint, false, true);