[Bf-blender-cvs] [c8d121bf352] master: Cleanup: Typo

mano-wii noreply at git.blender.org
Thu Dec 12 16:06:42 CET 2019


Commit: c8d121bf352b7a688015918d819a6f01f276e4f6
Author: mano-wii
Date:   Thu Dec 12 12:04:57 2019 -0300
Branches: master
https://developer.blender.org/rBc8d121bf352b7a688015918d819a6f01f276e4f6

Cleanup: Typo

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

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 3bb8be38682..3759b721152 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -191,7 +191,7 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = {
      "WELD",
      ICON_AUTOMERGE_OFF,
      "Weld",
-     "Finds groups of vertices closer then dist and merges them together"},
+     "Find groups of vertices closer then dist and merges them together"},
     {0, "", 0, N_("Deform"), ""},
     {eModifierType_Armature,
      "ARMATURE",



More information about the Bf-blender-cvs mailing list