[Bf-blender-cvs] [977b6ca3058] master: Cleanup: Imperative tense in property description

Richard Antalik noreply at git.blender.org
Thu Nov 12 05:00:33 CET 2020


Commit: 977b6ca3058f752ba42f354ec746237eb1ee7d3f
Author: Richard Antalik
Date:   Thu Nov 12 04:56:39 2020 +0100
Branches: master
https://developer.blender.org/rB977b6ca3058f752ba42f354ec746237eb1ee7d3f

Cleanup: Imperative tense in property description

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

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 e2b09b1c055..2df42b87c07 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -197,7 +197,7 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = {
      "WELD",
      ICON_AUTOMERGE_OFF,
      "Weld",
-     "Find groups of vertices closer than dist and merges them together"},
+     "Find groups of vertices closer than dist and merge them together"},
     {eModifierType_Wireframe,
      "WIREFRAME",
      ICON_MOD_WIREFRAME,



More information about the Bf-blender-cvs mailing list