Rename "Overwrite" to "Save" for prompt about recreating a deleted file (#20750)
Release Notes: - N/A
This commit is contained in:
@@ -1586,7 +1586,7 @@ impl Pane {
|
||||
PromptLevel::Warning,
|
||||
DELETED_MESSAGE,
|
||||
None,
|
||||
&["Overwrite", "Close", "Cancel"],
|
||||
&["Save", "Close", "Cancel"],
|
||||
)
|
||||
})?;
|
||||
match answer.await {
|
||||
|
||||
Reference in New Issue
Block a user