mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
wording change for key binding dialog remove shortcut button label
This commit is contained in:
parent
a51ff04678
commit
66c25b2d73
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ KeyEditor::KeyEditor ()
|
||||||
filter_entry.signal_search_string_updated ().connect (sigc::mem_fun (*this, &KeyEditor::search_string_updated));
|
filter_entry.signal_search_string_updated ().connect (sigc::mem_fun (*this, &KeyEditor::search_string_updated));
|
||||||
vpacker.pack_start (filter_entry, false, false);
|
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 ();
|
hint->show ();
|
||||||
unbind_box.set_spacing (6);
|
unbind_box.set_spacing (6);
|
||||||
unbind_box.pack_start (*hint, false, true);
|
unbind_box.pack_start (*hint, false, true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue