mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
wording
This commit is contained in:
parent
017701ffac
commit
9e3d494dbb
2 changed files with 3 additions and 2 deletions
|
|
@ -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 a new issue