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 <montagne29@wanadoo.fr>2013-04-02 11:27:39 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-04-02 11:27:39 +0400
commit932820499a2a012cc0bb7df7ae4f7a8275d2944f (patch)
tree78b5ec7505ec815c1f4729cd1c38fd0a39cb753e
parent186f0e241e3583ff22b811405b5ccb067a3663d8 (diff)
Usual typo fixing...
-rw-r--r--release/scripts/modules/bl_i18n_utils/utils_spell_check.py2
-rw-r--r--source/blender/editors/sculpt_paint/paint_ops.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
index 3dbddc30f0d..9daddfe5dc4 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -296,6 +296,7 @@ class SpellChecker():
"spacebar",
"tooltip", "tooltips",
"trackpad",
+ "tuple",
"unicode",
"viewport", "viewports",
"viscoelastic",
@@ -437,6 +438,7 @@ class SpellChecker():
"ascii",
"atrac",
"bsdf",
+ "bssrdf",
"bw",
"ccd",
"cmd",
diff --git a/source/blender/editors/sculpt_paint/paint_ops.c b/source/blender/editors/sculpt_paint/paint_ops.c
index cd9523f8ff6..2054a013bde 100644
--- a/source/blender/editors/sculpt_paint/paint_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_ops.c
@@ -575,7 +575,7 @@ static int stencil_control_poll(bContext *C)
static void BRUSH_OT_stencil_control(wmOperatorType *ot)
{
static EnumPropertyItem stencil_control_items[] = {
- {STENCIL_TRANSLATE, "TRANSLATION", 0, "Transation", ""},
+ {STENCIL_TRANSLATE, "TRANSLATION", 0, "Translation", ""},
{STENCIL_SCALE, "SCALE", 0, "Scale", ""},
{STENCIL_ROTATE, "ROTATION", 0, "Rotation", ""},
{0, NULL, 0, NULL, NULL}