From: Andreas Obergrusberger Date: Mon, 7 Aug 2006 18:16:30 +0000 (+0000) Subject: now really show the save lyrics command on the help screen X-Git-Tag: v0.12_alpha1~374 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=14d2f4ada82691180d676f82c9f3c45b8e71f3bf;p=ncmpc.git 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 --- 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 }