From c8d121bf352b7a688015918d819a6f01f276e4f6 Mon Sep 17 00:00:00 2001 From: mano-wii Date: Thu, 12 Dec 2019 12:04:57 -0300 Subject: Cleanup: Typo --- source/blender/makesrna/intern/rna_modifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender') 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", -- cgit v1.2.3