From 2011bb7effdc7c2ada4464a696b96cece42388f4 Mon Sep 17 00:00:00 2001 From: Vamsi Avula Date: Thu, 31 Aug 2023 10:22:48 +0530 Subject: [PATCH] scm-diff-editor: fix typo for next item --- scm-record/src/ui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-record/src/ui.rs b/scm-record/src/ui.rs index 2f43ef25a..543d278a8 100644 --- a/scm-record/src/ui.rs +++ b/scm-record/src/ui.rs @@ -706,7 +706,7 @@ impl<'a> Recorder<'a> { event: Event::FocusPrev, }, MenuItem { - label: Cow::Borrowed("Next item (down, k)"), + label: Cow::Borrowed("Next item (down, j)"), event: Event::FocusNext, }, MenuItem {