From 461b4dd614ed09556c38c7da0942e6e8e86c6edc Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sun, 15 Sep 2024 04:19:45 -0700 Subject: [PATCH] Add "4D" to EditorPropertyNameProcessor --- editor/editor_property_name_processor.cpp | 1 + 1 file changed, 1 insertion(+) 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";