diff --git a/editor/editor_property_name_processor.cpp b/editor/editor_property_name_processor.cpp index 7b45ba6a9fb..e38ab456cb0 100644 --- a/editor/editor_property_name_processor.cpp +++ b/editor/editor_property_name_processor.cpp @@ -148,6 +148,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() { // https://github.com/godotengine/godot-editor-l10n/blob/main/scripts/common.py capitalize_string_remaps["2d"] = "2D"; capitalize_string_remaps["3d"] = "3D"; + capitalize_string_remaps["4d"] = "4D"; capitalize_string_remaps["aa"] = "AA"; capitalize_string_remaps["aabb"] = "AABB"; capitalize_string_remaps["adb"] = "ADB";