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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user