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:
authorBastien Montagne <bastien@blender.org>2020-04-20 16:26:37 +0300
committerBastien Montagne <bastien@blender.org>2020-04-20 16:27:01 +0300
commitaa2544793dc2a68e6607352059b70136bde6281a (patch)
treede57c6f8666e873cd8b936a586d9ecd8700d2e3b /source/blender/editors/sculpt_paint
parent915866f0d9fa74b912d815e4667730361672ae59 (diff)
Various typos fixes in UI messages.
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_face_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_face_set.c b/source/blender/editors/sculpt_paint/sculpt_face_set.c
index d51cc7093c3..c8769523823 100644
--- a/source/blender/editors/sculpt_paint/sculpt_face_set.c
+++ b/source/blender/editors/sculpt_paint/sculpt_face_set.c
@@ -713,7 +713,7 @@ void SCULPT_OT_face_sets_init(wmOperatorType *ot)
0.0f,
1.0f,
"Threshold",
- "Minimum value to consider a certain atribute a boundary when creating the Face Sets",
+ "Minimum value to consider a certain attribute a boundary when creating the Face Sets",
0.0f,
1.0f);
}