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 <bastien@blender.org>2020-12-07 12:57:08 +0300
committerBastien Montagne <bastien@blender.org>2020-12-07 12:57:27 +0300
commit2072134faadf4fd901c88ed7440e2289d61e0299 (patch)
tree418ebfecf1fa54237454d76bd303db390a65a8b8 /release/scripts/modules/bl_i18n_utils
parent7d2745f8b3bf2db6edcf6af388ef4958ebd2f1b8 (diff)
UI: Fix mistakes in UI messages.
Diffstat (limited to 'release/scripts/modules/bl_i18n_utils')
-rw-r--r--release/scripts/modules/bl_i18n_utils/utils_spell_check.py6
1 files changed, 5 insertions, 1 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 05985cac868..b1f72408a45 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -80,7 +80,8 @@ class SpellChecker:
"autoexecution",
"autogenerated",
"autolock",
- "automasking",
+ "automask", "automasking",
+ "automerge",
"autoname",
"autopack",
"autosave",
@@ -143,6 +144,7 @@ class SpellChecker:
"midlevel",
"midground",
"mixdown",
+ "monospaced",
"multi",
"multifractal",
"multiframe",
@@ -464,6 +466,7 @@ class SpellChecker:
"eigenvectors",
"emissive",
"equirectangular",
+ "filmlike",
"fisheye",
"framerate",
"gimbal",
@@ -642,6 +645,7 @@ class SpellChecker:
"aa", "msaa",
"ao",
"api",
+ "apic", # Affine Particle-In-Cell
"asc", "cdl",
"ascii",
"atrac",