From b8997d1dd6f5bde7f0ef7f55328f2f41b7af6c5a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 25 Dec 2008 23:41:03 +0100 Subject: [PATCH] command: renamed "Update screen" to "Refresh screen" --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.c b/src/command.c index 18394e1..09d021c 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 */ -- 2.30.2