[Bf-blender-cvs] [e484fe8] master: Usual i18n/UI messages fixes.

Bastien Montagne noreply at git.blender.org
Tue Aug 23 22:03:37 CEST 2016


Commit: e484fe84cdc6a00bebc4bf4afd69785f00e9547a
Author: Bastien Montagne
Date:   Tue Aug 23 22:03:18 2016 +0200
Branches: master
https://developer.blender.org/rBe484fe84cdc6a00bebc4bf4afd69785f00e9547a

Usual i18n/UI messages fixes.

===================================================================

M	release/scripts/modules/bl_i18n_utils/utils_spell_check.py

===================================================================

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 d2049ea..c3b72b7 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",




More information about the Bf-blender-cvs mailing list