You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Add missing i18n to various strings
(cherry picked from commit 25d93200c8)
This commit is contained in:
committed by
Rémi Verschelde
parent
5514126234
commit
2c3646b37b
@@ -5377,7 +5377,7 @@ void EditorNode::_add_dropped_files_recursive(const Vector<String> &p_files, Str
|
||||
}
|
||||
|
||||
void EditorNode::_file_access_close_error_notify(const String &p_str) {
|
||||
add_io_error("Unable to write to file '" + p_str + "', file in use, locked or lacking permissions.");
|
||||
add_io_error(vformat(TTR("Unable to write to file '%s', file in use, locked or lacking permissions."), p_str));
|
||||
}
|
||||
|
||||
void EditorNode::reload_scene(const String &p_path) {
|
||||
|
||||
Reference in New Issue
Block a user