You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix vformat(), minor typos and word puzzles
This commit is contained in:
@@ -862,7 +862,7 @@ void ScriptEditor::_file_dialog_action(String p_file) {
|
||||
if (extensions.find(p_file.get_extension())) {
|
||||
Ref<Script> scr = ResourceLoader::load(p_file);
|
||||
if (!scr.is_valid()) {
|
||||
editor->show_warning(TTR("Error could not load file."), TTR("Error!"));
|
||||
editor->show_warning(TTR("Error: could not load file."), TTR("Error!"));
|
||||
file_dialog_option = -1;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user