update description of 'adding random items' action in help screen
This commit is contained in:
@@ -214,7 +214,7 @@ void Help::GetKeybindings()
|
||||
|
||||
*w << "\n\n " << fmtBold << "Keys - Playlist\n -----------------------------------------\n" << fmtBoldEnd;
|
||||
*w << DisplayKeys(Key.Enter) << "Play\n";
|
||||
*w << DisplayKeys(Key.SwitchTagTypeList) << "Add random songs to playlist\n";
|
||||
*w << DisplayKeys(Key.SwitchTagTypeList) << "Add random songs/artists/albums to playlist\n";
|
||||
*w << DisplayKeys(Key.Delete) << "Delete item/selected items from playlist\n";
|
||||
*w << DisplayKeys(Key.Clear) << "Clear playlist\n";
|
||||
*w << DisplayKeys(Key.Crop) << "Clear playlist but hold currently playing/selected items\n";
|
||||
|
||||
Reference in New Issue
Block a user