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>2021-02-22 17:48:54 +0300
committerBastien Montagne <bastien@blender.org>2021-02-22 17:48:54 +0300
commitdd2e0150ae00b91a8e8da3def7aeb247ad7ff101 (patch)
tree910a86aca9131c3b7deb214b6d9554d9593b1a7e /release
parentbc851700a61b49005d010e7cc6063d8a4f74c873 (diff)
Various UI messages fixes and tweaks.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/modules/bl_i18n_utils/settings.py1
-rw-r--r--release/scripts/modules/bl_i18n_utils/utils_spell_check.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/settings.py b/release/scripts/modules/bl_i18n_utils/settings.py
index 86070262e56..51b326fb338 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -353,6 +353,7 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
"wav",
"wmOwnerID '%s' not in workspace '%s'",
"y",
+ "y = (Ax + B)",
# Sub-strings.
"available with",
"brown fox",
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 49dadd422ca..6046e8e74d8 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -645,6 +645,7 @@ class SpellChecker:
# Acronyms
"aa", "msaa",
"ao",
+ "aov", "aovs",
"api",
"apic", # Affine Particle-In-Cell
"asc", "cdl",