aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-12-25 23:39:52 +0100
committerMax Kellermann <max@duempel.org>2008-12-25 23:39:52 +0100
commitd7062399cdcb30932535e62d4b72aaceae623111 (patch)
treee1c0606aad58b6773891c1f1650fcecb7a0eb355
parent2b24387caded462e7c11ba5105732007bfa54fe1 (diff)
downloadmpd-d7062399cdcb30932535e62d4b72aaceae623111.tar.gz
mpd-d7062399cdcb30932535e62d4b72aaceae623111.tar.xz
mpd-d7062399cdcb30932535e62d4b72aaceae623111.zip
screen_help: removed "bold" marker from "MOVE_UP" line
-rw-r--r--src/screen_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_help.c b/src/screen_help.c
index cb417d25c..ad70d8aea 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 },