Cleanup: Fix capitalization in various UI strings
Approximately 195 changes of capitalization to conform to MLA title style. UI labels and property names should use MLA title case, while descriptions should be capitalized like regular prose, generally with only the start of a sentence capitalized. Differential Revision: https://developer.blender.org/D9922
This commit is contained in:

committed by
Hans Goudey

parent
fe440a92e9
commit
2917f550ca
@@ -1424,7 +1424,7 @@ class _defs_sculpt:
|
||||
|
||||
return dict(
|
||||
idname="builtin.mask_by_color",
|
||||
label="Mask By Color",
|
||||
label="Mask by Color",
|
||||
icon="ops.sculpt.mask_by_color",
|
||||
widget=None,
|
||||
keymap=(),
|
||||
|
Reference in New Issue
Block a user