@@ -288,8 +288,8 @@ fn build_lines(
288288 ( vec![ UserEvent :: HalfPageUp ] , "Scroll half page up" . into( ) ) ,
289289 ( vec![ UserEvent :: GoToTop ] , "Go to top" . into( ) ) ,
290290 ( vec![ UserEvent :: GoToBottom ] , "Go to bottom" . into( ) ) ,
291- ( vec![ UserEvent :: SelectDown ] , "Select next commit" . into( ) ) ,
292- ( vec![ UserEvent :: SelectUp ] , "Select previous commit" . into( ) ) ,
291+ ( vec![ UserEvent :: SelectDown ] , "Select older commit" . into( ) ) ,
292+ ( vec![ UserEvent :: SelectUp ] , "Select newer commit" . into( ) ) ,
293293 ( vec![ UserEvent :: ShortCopy ] , "Copy commit short hash" . into( ) ) ,
294294 ( vec![ UserEvent :: FullCopy ] , "Copy commit hash" . into( ) ) ,
295295 ] ;
@@ -318,8 +318,8 @@ fn build_lines(
318318 ( vec![ UserEvent :: HalfPageUp ] , "Scroll half page up" . into( ) ) ,
319319 ( vec![ UserEvent :: GoToTop ] , "Go to top" . into( ) ) ,
320320 ( vec![ UserEvent :: GoToBottom ] , "Go to bottom" . into( ) ) ,
321- ( vec![ UserEvent :: SelectDown ] , "Select next commit" . into( ) ) ,
322- ( vec![ UserEvent :: SelectUp ] , "Select previous commit" . into( ) ) ,
321+ ( vec![ UserEvent :: SelectDown ] , "Select older commit" . into( ) ) ,
322+ ( vec![ UserEvent :: SelectUp ] , "Select newer commit" . into( ) ) ,
323323 ] ;
324324 user_command_helps. extend ( user_command_view_toggle_helps) ;
325325 let ( user_command_key_lines, user_command_value_lines) = build_block_lines ( "User Command:" , user_command_helps, color_theme, keybind) ;
0 commit comments