This commit is contained in:
Stephan Dilly 2021-05-12 15:37:49 +02:00
parent 017701ffac
commit 9e3d494dbb
2 changed files with 3 additions and 2 deletions

View File

@ -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 {

View File

@ -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()