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, );