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-11-01 19:28:07 +0300
committerBastien Montagne <bastien@blender.org>2021-11-01 19:28:07 +0300
commit2f667c2bc949b31e7e80a67905394e1e5a0bd762 (patch)
treeecd5994d1215764de589d995c784c51399702b18 /release
parent69e504225804c0ce6ad60ffc90a78bbba93c5c1c (diff)
Fix UI messages, typos, etc.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/modules/bl_i18n_utils/settings.py2
-rw-r--r--release/scripts/modules/bl_i18n_utils/utils_spell_check.py8
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py2
3 files changed, 11 insertions, 1 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/settings.py b/release/scripts/modules/bl_i18n_utils/settings.py
index 51b326fb338..4825992b8e2 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -400,6 +400,8 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
"verts only",
"view",
"virtual parents",
+ "and NVIDIA driver version 470 or newer",
+ "and AMD driver version ??? or newer",
}
WARN_MSGID_NOT_CAPITALIZED_ALLOWED |= set(lng[2] for lng in LANGUAGES)
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 c40b4593a19..6baf5129dd7 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -66,6 +66,7 @@ class SpellChecker:
"ons", # add-ons
"pong", # ping pong
"resumable",
+ "runtimes",
"scalable",
"shadeless",
"shouldn", # shouldn't
@@ -76,6 +77,12 @@ class SpellChecker:
"vertices",
"wasn", # wasn't
+ # Brands etc.
+ "htc",
+ "huawei",
+ "vive",
+ "xbox",
+
# Merged words
"antialiasing", "antialias",
"arcsine", "arccosine", "arctangent",
@@ -131,6 +138,7 @@ class SpellChecker:
"forcefield", "forcefields",
"fulldome", "fulldomes",
"fullscreen",
+ "gamepad",
"gridline", "gridlines",
"hardlight",
"hemi",
diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
index 120b2d7c13a..6a4babfff8a 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -1004,7 +1004,7 @@ class SEQUENCER_MT_image(Menu):
class SEQUENCER_MT_image_transform(Menu):
- bl_label = "Transfrom"
+ bl_label = "Transform"
def draw(self, _context):
layout = self.layout