summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2022-06-24 22:24:21 +0200
committerHugo Locurcio <hugo.locurcio@hugo.pro>2022-06-24 22:24:21 +0200
commit5da61d8a4c24f6c4ca6924eb8fcc4bbc1b045172 (patch)
tree3130cff6203fdc26041909553c5af528e8e46daa /editor
parent307dfa9fe960c93b3f4c2f78d9c046c1ffff6a93 (diff)
Add MJPEG to the list of editor capitalizations
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_property_name_processor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_property_name_processor.cpp b/editor/editor_property_name_processor.cpp
index 397afc0653..09d2992e07 100644
--- a/editor/editor_property_name_processor.cpp
+++ b/editor/editor_property_name_processor.cpp
@@ -176,6 +176,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() {
capitalize_string_remaps["lowpass"] = "Low-pass";
capitalize_string_remaps["macos"] = "macOS";
capitalize_string_remaps["mb"] = "(MB)"; // Unit.
+ capitalize_string_remaps["mjpeg"] = "MJPEG";
capitalize_string_remaps["mms"] = "MMS";
capitalize_string_remaps["ms"] = "(ms)"; // Unit
capitalize_string_remaps["msaa"] = "MSAA";