simple fix for arrow utf8 encoding in help window

This commit is contained in:
Daniel Obermaier 2020-06-19 11:51:40 +02:00 committed by Stephan Dilly
parent 073908a522
commit 9dcc445ab9

View file

@ -90,7 +90,7 @@ pub mod commands {
);
///
pub static DIFF_HOME_END: CommandText = CommandText::new(
"Jump up/down [home,end,\u{11014}up,\u{2191}down]",
"Jump up/down [home,end,\u{2191} up,\u{2193} down]",
"scroll to top or bottom of diff",
CMD_GROUP_DIFF,
);