From 4f247dba5ea99d9c3a3544c9dd302192cc1dab75 Mon Sep 17 00:00:00 2001 From: Yevgeny Makarov Date: Wed, 24 Feb 2021 13:25:44 -0600 Subject: UI: Cleanup and fix labels and descriptions in various places Changes include using proper and consistent grammar, simplifying phrasing, using correct terminology, and not including python API identifiers in tooltips. Differential Revision: https://developer.blender.org/D9924 --- source/blender/makesrna/intern/rna_modifier.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '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 ae10b637b30..e2ec90ae9aa 100644 --- a/source/blender/makesrna/intern/rna_modifier.c +++ b/source/blender/makesrna/intern/rna_modifier.c @@ -180,7 +180,7 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = { "Skin", "Create a solid shape from vertices and edges, using the vertex radius to define the " "thickness"}, - {eModifierType_Solidify, "SOLIDIFY", ICON_MOD_SOLIDIFY, "Solidify", " Make the surface thick"}, + {eModifierType_Solidify, "SOLIDIFY", ICON_MOD_SOLIDIFY, "Solidify", "Make the surface thick"}, {eModifierType_Subsurf, "SUBSURF", ICON_MOD_SUBSURF, @@ -279,7 +279,7 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = { "WAVE", ICON_MOD_WAVE, "Wave", - "Adds a ripple-like motion to an object’s geometry"}, + "Adds a ripple-like motion to an object's geometry"}, {eModifierType_VolumeDisplace, "VOLUME_DISPLACE", ICON_VOLUME_DATA, @@ -4562,7 +4562,7 @@ static void rna_def_modifier_solidify(BlenderRNA *brna) 0, "Complex", "Output a manifold mesh even if the base mesh is non-manifold, " - "where edges have 3 or more connecting faces." + "where edges have 3 or more connecting faces. " "This method is slower"}, {0, NULL, 0, NULL, NULL}, }; @@ -6740,7 +6740,7 @@ static void rna_def_modifier_normaledit(BlenderRNA *brna) "MUL", 0, "Multiply", - "Copy product of old and new normals (*not* cross product)"}, + "Copy product of old and new normals (not cross product)"}, {0, NULL, 0, NULL, NULL}, }; -- cgit v1.2.3