From 9e3d494dbb878064a167d900a4fed305d4aa67f4 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 12 May 2021 15:37:49 +0200 Subject: [PATCH] wording --- src/components/changes.rs | 2 +- src/strings.rs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/changes.rs b/src/components/changes.rs index 251443a8..427940e5 100644 --- a/src/components/changes.rs +++ b/src/components/changes.rs @@ -268,7 +268,7 @@ impl Component for ChangesComponent { if self.is_working_dir { try_or_popup!( self, - "staging error:", + "staging all error:", self.index_add_all() ); } else { diff --git a/src/strings.rs b/src/strings.rs index 2b6286f3..8436389a 100644 --- a/src/strings.rs +++ b/src/strings.rs @@ -128,7 +128,8 @@ pub fn confirm_title_abortmerge() -> String { "Abort merge?".to_string() } pub fn confirm_msg_abortmerge() -> String { - "This will revert all changes. Are you sure?".to_string() + "This will revert all uncommitted changes. Are you sure?" + .to_string() } pub fn confirm_msg_reset() -> String { "confirm file reset?".to_string()