diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-06-25 01:24:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 01:24:41 +0200 |
commit | c87f9fe4cec15dcfa8ddb68e2de55d2bfab40d32 (patch) | |
tree | 05ffadb5bdf33f09d2ebce0f70a8fbaa4f1ef322 | |
parent | 90f6318af34b4521f414ec77f1a33d2f83e66cec (diff) | |
parent | 5da61d8a4c24f6c4ca6924eb8fcc4bbc1b045172 (diff) |
Merge pull request #62388 from Calinou/editor-capitalization-add-mjpeg
Add MJPEG to the list of editor capitalizations
-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 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"; |