Rename "Overwrite" to "Save" for prompt about recreating a deleted file (#20750)
Release Notes: - N/A
This commit is contained in:
parent
369828f51c
commit
050ce919ba
1 changed files with 1 additions and 1 deletions
|
@ -1586,7 +1586,7 @@ impl Pane {
|
|||
PromptLevel::Warning,
|
||||
DELETED_MESSAGE,
|
||||
None,
|
||||
&["Overwrite", "Close", "Cancel"],
|
||||
&["Save", "Close", "Cancel"],
|
||||
)
|
||||
})?;
|
||||
match answer.await {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue