You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-02 16:48:55 +00:00
Small naming and tooltip tweaks
This commit is contained in:
@@ -272,7 +272,7 @@ void FileDialog::_action_pressed() {
|
||||
}
|
||||
|
||||
if (dir_access->file_exists(f)) {
|
||||
confirm_save->set_text(RTR("File Exists, Overwrite?"));
|
||||
confirm_save->set_text(RTR("File exists, overwrite?"));
|
||||
confirm_save->popup_centered(Size2(200, 80));
|
||||
} else {
|
||||
emit_signal("file_selected", f);
|
||||
|
||||
Reference in New Issue
Block a user