mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-26 18:43:37 +03:00
wording
This commit is contained in:
parent
017701ffac
commit
9e3d494dbb
@ -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 {
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user