diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c index 18394e1c7..09d021c55 100644 --- a/src/command.c +++ b/src/command.c @@ -157,7 +157,7 @@ static command_definition_t cmds[] = { { { 10, 0, 0 }, 0, CMD_LIST_MOVE_DOWN, "move-down", N_("Move item down") }, { { 12, 0, 0 }, 0, CMD_SCREEN_UPDATE, "update", - N_("Update screen") }, + N_("Refresh screen") }, /* ncmpc options */ |