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>2016-08-23 23:03:18 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-08-23 23:03:18 +0300
commite484fe84cdc6a00bebc4bf4afd69785f00e9547a (patch)
tree97b41f40d442d0e364a299d96dca3fc73b3c646a /release
parentfe8b197269fda1b6747c022eb93b2781353008d5 (diff)
Usual i18n/UI messages fixes.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/modules/bl_i18n_utils/utils_spell_check.py6
1 files changed, 6 insertions, 0 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 d2049eadaa1..c3b72b7075a 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -477,6 +477,12 @@ class SpellChecker:
"wpaint",
"uvwarp",
+ # UOC (Ugly Operator Categories)
+ "cachefile",
+ "paintcurve",
+ "ptcache",
+ "dpaint",
+
# Algorithm/library names
"ashikhmin", # Ashikhmin-Shirley
"beckmann",