From 478d321f268b815c45ab049fda8997a8144001cf Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 14 May 2020 13:55:38 +0200 Subject: [PATCH] fix typo --- src/strings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings.rs b/src/strings.rs index cd7e08e3..a5eec190 100644 --- a/src/strings.rs +++ b/src/strings.rs @@ -26,7 +26,7 @@ pub mod commands { /// pub static TOGGLE_TABS: CommandText = CommandText::new( - "Tabs [tabs]", + "Tabs [tab]", "switch top level tabs", CMD_GROUP_GENERAL, );