[Bf-blender-cvs] [40e5954e396] master: Cleanup: Use ampersand instead of "and" for labels

Aaron Carlisle noreply at git.blender.org
Wed Dec 21 00:35:51 CET 2022


Commit: 40e5954e3967140644e974e51ee729da5891be0e
Author: Aaron Carlisle
Date:   Tue Dec 13 23:24:15 2022 -0500
Branches: master
https://developer.blender.org/rB40e5954e3967140644e974e51ee729da5891be0e

Cleanup: Use ampersand instead of "and" for labels

UI guideline is use '&' for labels, use "and" for descriptions.

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

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 d1e5fc913eb..24db2136af9 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -6951,7 +6951,7 @@ static void rna_def_modifier_weightednormal(BlenderRNA *brna)
       {MOD_WEIGHTEDNORMAL_MODE_FACE_ANGLE,
        "FACE_AREA_WITH_ANGLE",
        0,
-       "Face Area And Angle",
+       "Face Area & Angle",
        "Generated normals weighted by both face area and angle"},
       {0, NULL, 0, NULL, NULL},
   };



More information about the Bf-blender-cvs mailing list