diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2023-03-15 13:30:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 13:30:30 +0100 |
commit | d44d9b5e366ad38796b04e7534fb633a06a673ee (patch) | |
tree | 7b00a77a3a2d15fb9c3280845fe8f67c0ba06380 | |
parent | e5cc494fbf4f5564c16d3deadb3a83a3c58b7546 (diff) | |
parent | 81858da2e66d04a766a9036dc94658d95ce1297f (diff) | |
download | redot-engine-d44d9b5e366ad38796b04e7534fb633a06a673ee.tar.gz |
Merge pull request #74916 from Calinou/editor-add-bbcode-capitalization
Add "Bbcode" -> "BBCode" editor capitalization
-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 b62615adcc..a93be506ee 100644 --- a/editor/editor_property_name_processor.cpp +++ b/editor/editor_property_name_processor.cpp @@ -129,6 +129,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() { capitalize_string_remaps["armeabi-v7a"] = "armeabi-v7a"; capitalize_string_remaps["arvr"] = "ARVR"; capitalize_string_remaps["astc"] = "ASTC"; + capitalize_string_remaps["bbcode"] = "BBCode"; capitalize_string_remaps["bg"] = "BG"; capitalize_string_remaps["bidi"] = "BiDi"; capitalize_string_remaps["bp"] = "BP"; |