Cleanup: Use ampersand instead of "and" for labels

UI guideline is use '&' for labels, use "and" for descriptions.
This commit is contained in:
Aaron Carlisle 2022-12-13 23:24:15 -05:00
parent fb7f12dc40
commit 40e5954e39
Notes: blender-bot 2023-05-24 05:59:59 +02:00
Referenced by issue #104282, Regression: Light direction gizmo not working
Referenced by issue #107932, Instant crash by clicking the Data Tab for Volumes --MacOS--
1 changed files with 1 additions and 1 deletions

View File

@ -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},
};