parent
7df8b6fe10
commit
5c93506e9f
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ impl PickerDelegate for NewPathDelegate {
|
||||||
gpui::PromptLevel::Critical,
|
gpui::PromptLevel::Critical,
|
||||||
&format!("{} already exists. Do you want to replace it?", m.relative_path()),
|
&format!("{} already exists. Do you want to replace it?", m.relative_path()),
|
||||||
Some(
|
Some(
|
||||||
"A file or folder with the same name already eixsts. Replacing it will overwrite its current contents.",
|
"A file or folder with the same name already exists. Replacing it will overwrite its current contents.",
|
||||||
),
|
),
|
||||||
&["Replace", "Cancel"],
|
&["Replace", "Cancel"],
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue