mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 05:01:10 +00:00
parent
a65a66b2a3
commit
be053e6286
12 changed files with 80 additions and 76 deletions
|
|
@ -523,7 +523,7 @@ void OrphanResourcesDialog::ok_pressed() {
|
|||
if (paths.empty())
|
||||
return;
|
||||
|
||||
delete_confirm->set_text(vformat(TTR("Permanently delete %i item(s)? (No undo!)"),paths.size()));
|
||||
delete_confirm->set_text(vformat(TTR("Permanently delete %d item(s)? (No undo!)"),paths.size()));
|
||||
delete_confirm->popup_centered_minsize();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue