From 101ea7336d82bdce024a793749dd28fe5a9168df Mon Sep 17 00:00:00 2001 From: Takayuki Maeda Date: Thu, 16 Sep 2021 01:03:48 +0900 Subject: [PATCH] fix extend_or_shorten_widget_width help --- src/components/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/command.rs b/src/components/command.rs index 7c57ce1..192b870 100644 --- a/src/components/command.rs +++ b/src/components/command.rs @@ -98,7 +98,7 @@ pub fn extend_selection_by_one_cell(key: &KeyConfig) -> CommandText { pub fn extend_or_shorten_widget_width(key: &KeyConfig) -> CommandText { CommandText::new( format!( - "Extend or shorten widget width to left/right [{},{}]", + "Extend/shorten widget width to left/right [{},{}]", key.extend_or_shorten_widget_width_to_left, key.extend_or_shorten_widget_width_to_right ), CMD_GROUP_GENERAL,