Skip to content

Commit a6c6905

Browse files
committed
Add "with" stop word to the editor property name processor
This makes properties such as "Convert Colors with Editor Theme" have better-looking capitalization in the inspector and import options.
1 parent 2043023 commit a6c6905

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/inspector/editor_property_name_processor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() {
348348
"the",
349349
"then",
350350
"to",
351+
"with",
351352
});
352353

353354
// Translation context associated with a name.

0 commit comments

Comments
 (0)