UI: Capitalization Corrections

Approximately 141 changes of capitalization to conform to MLA title style.

Differential Revision: https://developer.blender.org/D8392

Reviewed by Julian Eisel
This commit is contained in:
Yevgeny Makarov
2020-10-24 11:42:17 -07:00
committed by Harley Acheson
parent ca83649b7d
commit 622b30225a
56 changed files with 139 additions and 139 deletions

View File

@@ -330,7 +330,7 @@ class StrokePanel(BrushPanel):
col.separator()
if brush.use_anchor:
col.prop(brush, "use_edge_to_edge", text="Edge To Edge")
col.prop(brush, "use_edge_to_edge", text="Edge to Edge")
if brush.use_airbrush:
col.prop(brush, "rate", text="Rate", slider=True)