From 14d2f4ada82691180d676f82c9f3c45b8e71f3bf Mon Sep 17 00:00:00 2001 From: Andreas Obergrusberger Date: Mon, 7 Aug 2006 18:16:30 +0000 Subject: [PATCH] now really show the save lyrics command on the help screen git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@4587 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/screen_help.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/screen_help.c b/src/screen_help.c index 2fd675e..31a125a 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -134,6 +134,7 @@ static help_text_row_t help_text[] = { 0, CMD_SELECT, N_("(Re)load lyrics") }, { 0, CMD_INTERRUPT, N_("Interrupt retrieval") }, { 0, CMD_LYRICS_UPDATE, N_("Explicitly download lyrics") }, + { 0, CMD_ADD, N_("Save lyrics") }, #endif { 0, CMD_NONE, NULL }, {-1, CMD_NONE, NULL } -- 2.30.2