From 5da61d8a4c24f6c4ca6924eb8fcc4bbc1b045172 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 24 Jun 2022 22:24:21 +0200 Subject: [PATCH] Add MJPEG to the list of editor capitalizations --- 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 397afc06532..09d2992e075 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";