Skip to content

Commit

Permalink
Merge pull request #61950 from Calinou/editor-capitalization-add-taa
Browse files Browse the repository at this point in the history
Add TAA to the list of editor capitalizations
  • Loading branch information
akien-mga authored Jun 12, 2022
2 parents 79fd068 + b55f140 commit 91dd049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/editor_property_name_processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() {
capitalize_string_remaps["stdout"] = "stdout";
capitalize_string_remaps["sv"] = "SV";
capitalize_string_remaps["svg"] = "SVG";
capitalize_string_remaps["taa"] = "TAA";
capitalize_string_remaps["tcp"] = "TCP";
capitalize_string_remaps["ui"] = "UI";
capitalize_string_remaps["url"] = "URL";
Expand Down

0 comments on commit 91dd049

Please sign in to comment.