You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Small naming and tooltip tweaks
This commit is contained in:
@@ -440,7 +440,7 @@ void EditorFileDialog::_action_pressed() {
|
||||
}
|
||||
|
||||
if (dir_access->file_exists(f) && !disable_overwrite_warning) {
|
||||
confirm_save->set_text(TTR("File Exists, Overwrite?"));
|
||||
confirm_save->set_text(TTR("File exists, overwrite?"));
|
||||
confirm_save->popup_centered(Size2(200, 80));
|
||||
} else {
|
||||
_save_to_recent();
|
||||
|
||||
Reference in New Issue
Block a user