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

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