From 7698322846c8c661fdbdf9c22f7e2df2d16134d8 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 19 Mar 2014 15:25:10 +0100 Subject: Usual UI messages fixes... --- release/scripts/modules/bl_i18n_utils/utils_spell_check.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'release/scripts/modules') 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 ec8c4fc81d0..cd117ef1f26 100644 --- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py +++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py @@ -39,6 +39,7 @@ class SpellChecker(): "decrement", "derivate", "doesn", # doesn't + "equi", # equi-angular, etc. "fader", "globbing", "hasn", # hasn't @@ -321,6 +322,7 @@ class SpellChecker(): "bezier", "beziers", "bicubic", "bilinear", + "binormal", "blackpoint", "whitepoint", "blinn", "bokeh", @@ -362,6 +364,7 @@ class SpellChecker(): "specular", "specularity", "spillmap", "sobel", + "texel", "tonemap", "toon", "timecode", @@ -412,6 +415,7 @@ class SpellChecker(): "poselib", "pushpull", "pyconstraint", "pyconstraints", + "qe", # keys... "shapekey", "shapekeys", "shrinkfatten", "shrinkwrap", @@ -427,6 +431,7 @@ class SpellChecker(): "vcol", "vcols", "vgroup", "vgroups", "vinterlace", + "wasd", "wasdqe", # keys... "wetmap", "wetmaps", "wpaint", "uvwarp", @@ -489,7 +494,7 @@ class SpellChecker(): "hdc", "hdr", "hh", "mm", "ss", "ff", # hh:mm:ss:ff timecode - "hsv", "hsva", + "hsv", "hsva", "hsl", "id", "ior", "itu", -- cgit v1.2.3