From 9d3550d7819807064dd39365322295ebd8ea0a09 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 21 Sep 2020 15:17:41 +0200 Subject: Various fixes in UI messages. Along some other typos in comments or variable names. --- release/scripts/modules/bl_i18n_utils/settings.py | 1 + release/scripts/modules/bl_i18n_utils/utils_spell_check.py | 6 +++++- release/scripts/startup/bl_ui/properties_physics_fluid.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'release') diff --git a/release/scripts/modules/bl_i18n_utils/settings.py b/release/scripts/modules/bl_i18n_utils/settings.py index a6101474aa9..e304ef5ea17 100644 --- a/release/scripts/modules/bl_i18n_utils/settings.py +++ b/release/scripts/modules/bl_i18n_utils/settings.py @@ -376,6 +376,7 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = { "multi-res modifier", "non-triangle face", "normal", + "performance impact!", "right", "the lazy dog", "unable to load movie clip", 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 0ec3a322173..986f785a1ff 100644 --- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py +++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py @@ -124,13 +124,14 @@ class SpellChecker: "forcefield", "forcefields", "fulldome", "fulldomes", "fullscreen", - "gridline", + "gridline", "gridlines", "hardlight", "hemi", "hostname", "inbetween", "inscatter", "inscattering", "libdata", + "lightcache", "lightprobe", "lightprobes", "lightless", "lineset", @@ -161,6 +162,7 @@ class SpellChecker: "online", "playhead", "popup", "popups", + "pointcloud", "pre", "precache", "precaching", "precalculate", @@ -182,6 +184,7 @@ class SpellChecker: "reprojection", "reproject", "reprojecting", "resize", "restpose", + "resync", "retarget", "retargets", "retargeting", "retargeted", "retiming", "rigidbody", @@ -608,6 +611,7 @@ class SpellChecker: "courant", "cryptomatte", "crypto", "embree", + "gmp", "hosek", "kutta", "lennard", diff --git a/release/scripts/startup/bl_ui/properties_physics_fluid.py b/release/scripts/startup/bl_ui/properties_physics_fluid.py index a8185a3e66f..8bf7430d067 100644 --- a/release/scripts/startup/bl_ui/properties_physics_fluid.py +++ b/release/scripts/startup/bl_ui/properties_physics_fluid.py @@ -1384,7 +1384,7 @@ class PHYSICS_PT_viewport_display_debug(PhysicButtonsPanel, Panel): if not domain.use_guide and domain.vector_field == 'GUIDE_VELOCITY': note = layout.split() - note.label(icon='INFO', text="Enable Guides first! Defaulting to Fluid Velocity.") + note.label(icon='INFO', text="Enable Guides first! Defaulting to Fluid Velocity") if domain.vector_display_type == 'MAC': sub = col.column(heading="MAC Grid") -- cgit v1.2.3