diff options
author | Max Kellermann <max@duempel.org> | 2008-12-25 23:41:03 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-25 23:41:03 +0100 |
commit | b8997d1dd6f5bde7f0ef7f55328f2f41b7af6c5a (patch) | |
tree | bc8723708ac3b26f90a7319bc25fa4fa30b83755 | |
parent | e463eecef852bafb4cc8c08efa6c137599ce158d (diff) | |
download | mpd-b8997d1dd6f5bde7f0ef7f55328f2f41b7af6c5a.tar.gz mpd-b8997d1dd6f5bde7f0ef7f55328f2f41b7af6c5a.tar.xz mpd-b8997d1dd6f5bde7f0ef7f55328f2f41b7af6c5a.zip |
command: renamed "Update screen" to "Refresh screen"
-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 */ |