diff options
author | Andreas Obergrusberger <tradiaz@yahoo.de> | 2006-08-07 18:16:30 +0000 |
---|---|---|
committer | Andreas Obergrusberger <tradiaz@yahoo.de> | 2006-08-07 18:16:30 +0000 |
commit | 14d2f4ada82691180d676f82c9f3c45b8e71f3bf (patch) | |
tree | ac6daa1fc97b6570439fcbb3e6b451e2e238eb26 /src/screen_help.c | |
parent | 0e9903ee5a300bdf09e7a27c0a244bbe47a29288 (diff) | |
download | mpd-14d2f4ada82691180d676f82c9f3c45b8e71f3bf.tar.gz mpd-14d2f4ada82691180d676f82c9f3c45b8e71f3bf.tar.xz mpd-14d2f4ada82691180d676f82c9f3c45b8e71f3bf.zip |
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
Diffstat (limited to '')
-rw-r--r-- | src/screen_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen_help.c b/src/screen_help.c index 2fd675ea9..31a125a7f 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 } |