Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormano-wii <germano.costa@ig.com.br>2019-12-12 18:04:57 +0300
committermano-wii <germano.costa@ig.com.br>2019-12-12 18:04:57 +0300
commitc8d121bf352b7a688015918d819a6f01f276e4f6 (patch)
tree7338945dd5d7a8696035743af97dc8220bda3876 /source/blender
parent0f04bf8cd68675efc47212f2b1fe490392baf083 (diff)
Cleanup: Typo
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/makesrna/intern/rna_modifier.c2
1 files changed, 1 insertions, 1 deletions
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",