[Bf-blender-cvs] [2441886c58e] master: UI: Use title case for label

Hans Goudey noreply at git.blender.org
Fri Feb 19 17:17:18 CET 2021


Commit: 2441886c58e1258645195214e0aa1987c29f0c35
Author: Hans Goudey
Date:   Fri Feb 19 10:17:08 2021 -0600
Branches: master
https://developer.blender.org/rB2441886c58e1258645195214e0aa1987c29f0c35

UI: Use title case for label

===================================================================

M	source/blender/makesrna/intern/rna_modifier.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index 7209d17735a..ae10b637b30 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -1657,7 +1657,7 @@ static void rna_def_property_subdivision_common(StructRNA *srna)
       {SUBSURF_UV_SMOOTH_PRESERVE_BOUNDARIES,
        "PRESERVE_BOUNDARIES",
        0,
-       "Keep boundaries",
+       "Keep Boundaries",
        "UVs are smoothed, boundaries are kept sharp"},
       {SUBSURF_UV_SMOOTH_ALL, "SMOOTH_ALL", 0, "All", "UVs and boundaries are smoothed"},
       {0, NULL, 0, NULL, NULL},



More information about the Bf-blender-cvs mailing list