From 5908d46d56befd320165bb686d9c9ac98d39409a Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 30 Apr 2020 12:25:18 +0200 Subject: [PATCH] better wording --- src/strings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings.rs b/src/strings.rs index a85d98bd..3a8741dd 100644 --- a/src/strings.rs +++ b/src/strings.rs @@ -68,7 +68,7 @@ pub mod commands { .hide_help(); /// pub static SELECT_STAGING: CommandText = CommandText::new( - "Focus Staging [2]", + "Focus Stage [2]", "focus/select staging area", CMD_GROUP_GENERAL, );