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
parent69e504225804c0ce6ad60ffc90a78bbba93c5c1c (diff)
Fix UI messages, typos, etc.
-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
-rw-r--r--source/blender/editors/space_file/file_draw.c2
-rw-r--r--source/blender/windowmanager/xr/intern/wm_xr_operators.c2
5 files changed, 13 insertions, 3 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
diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c
index 2e2f0c146d6..66aabe39e44 100644
--- a/source/blender/editors/space_file/file_draw.c
+++ b/source/blender/editors/space_file/file_draw.c
@@ -1103,7 +1103,7 @@ static void file_draw_invalid_library_hint(const bContext *C,
const char *suggestion = TIP_(
"Asset Libraries are local directories that can contain .blend files with assets inside.\n"
- "Manage Asset Libraries from the File Paths section in Preferences.");
+ "Manage Asset Libraries from the File Paths section in Preferences");
file_draw_string_multiline(
sx + UI_UNIT_X, sy, suggestion, width - UI_UNIT_X, line_height, text_col, NULL, &sy);
diff --git a/source/blender/windowmanager/xr/intern/wm_xr_operators.c b/source/blender/windowmanager/xr/intern/wm_xr_operators.c
index 36af0147cb8..112312bab7b 100644
--- a/source/blender/windowmanager/xr/intern/wm_xr_operators.c
+++ b/source/blender/windowmanager/xr/intern/wm_xr_operators.c
@@ -1164,7 +1164,7 @@ static void WM_OT_xr_navigation_fly(wmOperatorType *ot)
"lock_direction",
false,
"Lock Direction",
- "Limit movement to viewer's intial direction");
+ "Limit movement to viewer's initial direction");
RNA_def_boolean(ot->srna,
"speed_frame_based",
true,