You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
i18n: Sync translations with Weblate
This commit is contained in:
@@ -67,7 +67,7 @@ void BakedLightmapEditorPlugin::_bake_select_file(const String &p_file) {
|
||||
EditorNode::get_singleton()->show_warning(TTR("Failed determining lightmap size. Maximum lightmap size too small?"));
|
||||
break;
|
||||
case BakedLightmap::BAKE_ERROR_INVALID_MESH:
|
||||
EditorNode::get_singleton()->show_warning(TTR("Some mesh is invalid. Make sure the UV2 channel values are conatined within the [0.0,1.0] square region."));
|
||||
EditorNode::get_singleton()->show_warning(TTR("Some mesh is invalid. Make sure the UV2 channel values are contained within the [0.0,1.0] square region."));
|
||||
break;
|
||||
case BakedLightmap::BAKE_ERROR_NO_LIGHTMAPPER:
|
||||
EditorNode::get_singleton()->show_warning(TTR("Godot editor was built without ray tracing support, lightmaps can't be baked."));
|
||||
|
||||
Reference in New Issue
Block a user