Fix/tweak UI messages (typos etc.).

This commit is contained in:
Bastien Montagne
2024-03-04 11:17:55 +01:00
parent 7e9a36c1fa
commit afb5cb440b
4 changed files with 11 additions and 4 deletions

View File

@@ -536,6 +536,7 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
WARN_MSGID_NOT_CAPITALIZED_ALLOWED |= set(lng[2] for lng in LANGUAGES)
WARN_MSGID_END_POINT_ALLOWED = {
"Cannot figure out which object this bone belongs to.",
"Circle|Alt .",
"Float Neg. Exp.",
"Max Ext.",
@@ -543,6 +544,7 @@ WARN_MSGID_END_POINT_ALLOWED = {
"Not assigned to any bone collection.",
"Numpad .",
"Pad.",
"Please file a bug report.",
" RNA Path: bpy.types.",
"Temp. Diff.",
"Temperature Diff.",

View File

@@ -56,6 +56,7 @@ class SpellChecker:
"ons", # add-ons
"pong", # ping pong
"procedurals", # Used as noun
"recurse",
"resumable",
"runtimes",
"scalable",
@@ -271,7 +272,7 @@ class SpellChecker:
"unprotect",
"unreacted",
"unreferenced",
"unregister", "unregistration",
"unregister", "unregistration", "unregistering",
"unselect", "unselected", "unselectable",
"unsets",
"unshadowed",
@@ -413,6 +414,7 @@ class SpellChecker:
"anisotropic", "anisotropy",
"arcminute", "arcminutes",
"arcsecond", "arcseconds",
"autokey",
"bimanual", # OpenXR?
"bitangent",
"boid", "boids",
@@ -466,6 +468,7 @@ class SpellChecker:
"quartic",
"quaternion", "quaternions",
"quintic",
"reallocations",
"samplerate",
"sandboxed",
"sawtooth",
@@ -507,6 +510,7 @@ class SpellChecker:
"chrominance",
"clearcoat",
"codec", "codecs",
"codepoint",
"collada",
"colorspace",
"compositing",
@@ -814,7 +818,7 @@ class SpellChecker:
"tma",
"ui",
"unix",
"uuid",
"uuid", "uid",
"vbo", "vbos",
"vfx",
"vmm",