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
+1 -1
View File
@@ -1586,7 +1586,7 @@ impl Pane {
PromptLevel::Warning,
DELETED_MESSAGE,
None,
&["Overwrite", "Close", "Cancel"],
&["Save", "Close", "Cancel"],
)
})?;
match answer.await {