Commit f1191a4c authored by Kaarlo Raiha's avatar Kaarlo Raiha Committed by Jean-Baptiste Kempf

Qt: Tell users about the delete key

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 144ac6b6
......@@ -1315,7 +1315,8 @@ KeySelectorControl::KeySelectorControl( vlc_object_t *_p_this,
QGridLayout *gLayout = new QGridLayout( keyContainer );
label = new QLabel(
qtr( "Select or double click an action to change the associated hotkey") );
qtr( "Select or double click an action to change the associated "
"hotkey. Use delete key to remove hotkeys") );
QLabel *searchLabel = new QLabel( qtr( "Search" ) );
SearchLineEdit *actionSearch = new SearchLineEdit( keyContainer );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment