wording change for key binding dialog remove shortcut button label
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 14 Jun 2016 13:53:48 +0000 (09:53 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 14 Jun 2016 13:53:48 +0000 (09:53 -0400)
gtk2_ardour/keyeditor.cc

index c93d78497ad5522f47e38c26acfe2906556b6435..3352a253761424d70f0daf25a70cc9f36719f79a 100644 (file)
@@ -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);