From: Max Kellermann Date: Thu, 25 Dec 2008 22:39:52 +0000 (+0100) Subject: screen_help: removed "bold" marker from "MOVE_UP" line X-Git-Tag: release-0.13~31 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d7062399cdcb30932535e62d4b72aaceae623111;p=ncmpc.git screen_help: removed "bold" marker from "MOVE_UP" line --- diff --git a/src/screen_help.c b/src/screen_help.c index cb417d2..ad70d8a 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -95,7 +95,7 @@ static help_text_row_t help_text[] = { { 0, CMD_PLAY, N_("Play") }, { 0, CMD_DELETE, NULL }, { 0, CMD_CLEAR, NULL }, - { 1, CMD_LIST_MOVE_UP, N_("Move song up") }, + { 0, CMD_LIST_MOVE_UP, N_("Move song up") }, { 0, CMD_LIST_MOVE_DOWN, N_("Move song down") }, { 0, CMD_ADD, NULL }, { 0, CMD_SAVE_PLAYLIST, NULL },