diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2024-09-15 04:19:45 -0700 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2024-09-15 04:19:45 -0700 |
commit | 461b4dd614ed09556c38c7da0942e6e8e86c6edc (patch) | |
tree | 8c5c5269e8933dc79d29bf5afd0df873e608e66d | |
parent | 6681f2563b99e14929a8acb27f4908fece398ef1 (diff) | |
download | redot-engine-461b4dd614ed09556c38c7da0942e6e8e86c6edc.tar.gz |
Add "4D" to EditorPropertyNameProcessor
-rw-r--r-- | editor/editor_property_name_processor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_property_name_processor.cpp b/editor/editor_property_name_processor.cpp index 7b45ba6a9f..e38ab456cb 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"; |