From e484fe84cdc6a00bebc4bf4afd69785f00e9547a Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 23 Aug 2016 22:03:18 +0200 Subject: Usual i18n/UI messages fixes. --- release/scripts/modules/bl_i18n_utils/utils_spell_check.py | 6 ++++++ 1 file changed, 6 insertions(+) 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", -- cgit v1.2.3