diff options
Diffstat (limited to 'src/screen_help.c')
-rw-r--r-- | src/screen_help.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/screen_help.c b/src/screen_help.c index d56e744c8..c90c8692d 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -125,7 +125,14 @@ static help_text_row_t help_text[] = { 0, CMD_SELECT, NULL }, { 0, CMD_SEARCH_MODE, NULL }, #endif - +#ifdef ENABLE_LYRICS_SCREEN + { 0, CMD_NONE, NULL }, + { 0, CMD_NONE, NULL }, + { 1, CMD_NONE, N_("Keys - Lyrics screen") }, + { 2, CMD_NONE, NULL }, + { 0, CMD_SCREEN_LYRICS, N_("View Lyrics") }, + { 0, CMD_SELECT, N_("(Re)load lyrics") }, +#endif { 0, CMD_NONE, NULL }, {-1, CMD_NONE, NULL } }; |