From afd1357aa8c5dbfa15fedc79abe2fecb6f630fec Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 1 Aug 2022 14:36:06 +0200 Subject: tweaks & fixes to UI messages. --- release/scripts/modules/bl_i18n_utils/settings.py | 4 +++- release/scripts/modules/bl_i18n_utils/utils_spell_check.py | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/modules/bl_i18n_utils/settings.py b/release/scripts/modules/bl_i18n_utils/settings.py index 8d6d4fb5d3b..fb60b07a657 100644 --- a/release/scripts/modules/bl_i18n_utils/settings.py +++ b/release/scripts/modules/bl_i18n_utils/settings.py @@ -366,7 +366,7 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = { "all and invert unselected", "and AMD driver version 22.10 or newer", "and AMD Radeon Pro 21.Q4 driver or newer", - "and Linux driver version xx.xx.28000 or newer", + "and Linux driver version xx.xx.23570 or newer", "and NVIDIA driver version 470 or newer", "and Windows driver version 101.1660 or newer", "available with", @@ -396,11 +396,13 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = { "jumps over", "left", "local", + "matrices", "no matrices", "multi-res modifier", "non-triangle face", "normal", "or AMD with macOS 12.3 or newer", "performance impact!", + "positions", "no positions", "read", "remove", "right", 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 462c954d54a..a2fe2dd42ba 100644 --- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py +++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py @@ -533,6 +533,7 @@ class SpellChecker: "tonemap", "toon", "transmissive", + "uvproject", "vividlight", "volumetrics", "voronoi", -- cgit v1.2.3