From 8ef80945b049e91704fb806dd9b1dcfa816f0106 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 9 May 2020 22:58:09 +0200 Subject: [PATCH] better label --- src/strings.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/strings.rs b/src/strings.rs index 1ccbea82..5ea13395 100644 --- a/src/strings.rs +++ b/src/strings.rs @@ -44,8 +44,8 @@ pub mod commands { ); /// pub static DIFF_HOME_END: CommandText = CommandText::new( - "Scroll [Home,End]", - "scroll to top or bottom", + "Jump up/down [home,end,shift+up,shift+down]", + "scroll to top or bottom of diff", CMD_GROUP_DIFF, ); ///