aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--screen_help.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/screen_help.c b/screen_help.c
index 3f10f9223..3d01363b9 100644
--- a/screen_help.c
+++ b/screen_help.c
@@ -33,8 +33,11 @@ static help_text_row_t help_text[] =
{ 0, CMD_VOLUME_DOWN, "Volume down" },
{ 0, CMD_VOLUME_UP, "Volume up" },
{ 0, CMD_NONE, " " },
- { 0, CMD_LIST_NEXT, "Move cursor up" },
- { 0, CMD_LIST_PREVIOUS, "Move cursor down" },
+ { 0, CMD_LIST_NEXT, "Move cursor up" },
+ { 0, CMD_LIST_PREVIOUS, "Move cursor down" },
+ { 0, CMD_LIST_FIND, "Find" },
+ { 0, CMD_LIST_FIND_NEXT, "Find again" },
+ { 0, CMD_NONE, " " },
{ 0, CMD_SCREEN_NEXT, "Change screen" },
{ 0, CMD_SCREEN_HELP, "Help screen" },
{ 0, CMD_SCREEN_PLAY, "Playlist screen" },