From 558721ab59bd4e6186005f5e9aca50e094c9e72c Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 4 Jul 2012 15:04:38 +0000 Subject: More spell checking. --- release/scripts/modules/bl_i18n_utils/spell_check_utils.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'release/scripts/modules/bl_i18n_utils') diff --git a/release/scripts/modules/bl_i18n_utils/spell_check_utils.py b/release/scripts/modules/bl_i18n_utils/spell_check_utils.py index 8e305122487..e5b065c7ceb 100644 --- a/release/scripts/modules/bl_i18n_utils/spell_check_utils.py +++ b/release/scripts/modules/bl_i18n_utils/spell_check_utils.py @@ -38,6 +38,7 @@ dict_uimsgs = { "betweens", # yuck! in-betweens! "boolean", "booleans", "decrement", + "derivate", "doesn", # doesn't "fader", "hoc", # ad-hoc @@ -88,7 +89,7 @@ dict_uimsgs = { "fullscreen", "gridline", "hemi", - "inscatter", + "inscatter", "inscattering", "lightless", "lookup", "lookups", "mathutils", @@ -161,6 +162,7 @@ dict_uimsgs = { "unspill", "unstitchable", "vectorscope", + "whitespace", "worldspace", "workflow", @@ -182,6 +184,7 @@ dict_uimsgs = { "polygonization", "selectability", "slurph", + "stitchable", "trackability", "transmissivity", "rasterized", "rasterization", @@ -332,6 +335,7 @@ dict_uimsgs = { "dupligroup", "duplivert", "editbone", + "editmode", "fcurve", "fcurves", "fluidsim", "frameserver", -- cgit v1.2.3