You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
i18n: Sync translations with Weblate
(cherry picked from commit bcedd09742)
This commit is contained in:
@@ -3209,7 +3209,7 @@ void EditorNode::set_addon_plugin_enabled(String p_addon, bool p_enabled, bool p
|
||||
|
||||
// Errors in the script cause the base_type to be an empty string.
|
||||
if (String(script->get_instance_base_type()) == "") {
|
||||
show_warning(vformat(TTR("Unable to load addon script from path: '%s'. This might be due to a code error in that script. \nDisabling the addon at '%s' to prevent further errors."), script_path, p_addon));
|
||||
show_warning(vformat(TTR("Unable to load addon script from path: '%s'. This might be due to a code error in that script.\nDisabling the addon at '%s' to prevent further errors."), script_path, p_addon));
|
||||
_remove_plugin_from_enabled(p_addon);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user