]> git.sesse.net Git - vlc/commitdiff
Qt: Tell users about the delete key
authorKaarlo Raiha <kaarlo.raiha@gmail.com>
Sun, 11 Mar 2012 13:26:27 +0000 (15:26 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 12 Mar 2012 18:09:53 +0000 (19:09 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/components/preferences_widgets.cpp

index 4b00351487b02064dc009ef3c65f4f59af1e5db7..32c8f0dec8ddfe171699c4de82c6a09029916aeb 100644 (file)
@@ -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 );