Rename "Overwrite" to "Save" for prompt about recreating a deleted file (#20750)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2024-11-15 15:12:40 -07:00 committed by GitHub
parent 369828f51c
commit 050ce919ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1586,7 +1586,7 @@ impl Pane {
PromptLevel::Warning,
DELETED_MESSAGE,
None,
&["Overwrite", "Close", "Cancel"],
&["Save", "Close", "Cancel"],
)
})?;
match answer.await {