i18n: Sync translations with Weblate

(cherry picked from commit bcedd097426403f25098f44038c79bc39a8131c6)
This commit is contained in:
Rémi Verschelde 2021-05-18 12:09:09 +02:00
parent 35edb77d1f
commit 2076580080
No known key found for this signature in database
GPG key ID: C3336907360768E1
69 changed files with 505 additions and 782 deletions

View file

@ -3167,7 +3167,7 @@ void EditorNode::set_addon_plugin_enabled(const String &p_addon, bool p_enabled,
// 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;
}