Various typos fixes in UI messages.

This commit is contained in:
Bastien Montagne
2020-04-20 15:26:37 +02:00
parent 915866f0d9
commit aa2544793d
11 changed files with 22 additions and 10 deletions

View File

@@ -64,6 +64,7 @@ class SpellChecker:
"pong", # ping pong
"scalable",
"shadeless",
"shouldn", # shouldn't
"smoothen",
"spacings",
"teleport", "teleporting",
@@ -78,6 +79,7 @@ class SpellChecker:
"autoexecution",
"autogenerated",
"autolock",
"automasking",
"autoname",
"autopack",
"autosave",
@@ -593,6 +595,7 @@ class SpellChecker:
# Algorithm/library names
"ashikhmin", # Ashikhmin-Shirley
"arsloe", # Texel-Marsen-Arsloe
"beckmann",
"blackman", # Blackman-Harris
"blosc",
@@ -606,16 +609,21 @@ class SpellChecker:
"hosek",
"kutta",
"lennard",
"marsen", # Texel-Marsen-Arsloe
"mikktspace",
"minkowski",
"minnaert",
"moskowitz", # Pierson-Moskowitz
"musgrave",
"nayar",
"netravali",
"ogawa",
"oren",
"peucker", # Ramer-Douglas-Peucker
"pierson", # Pierson-Moskowitz
"preetham",
"prewitt",
"ramer", # Ramer-Douglas-Peucker
"runge",
"sobol",
"verlet",
@@ -665,6 +673,7 @@ class SpellChecker:
"ies",
"ior",
"itu",
"jonswap",
"lhs",
"lmb", "mmb", "rmb",
"kb",
@@ -686,10 +695,13 @@ class SpellChecker:
"ssao",
"ssr",
"svn",
"tma",
"ui",
"unix",
"vbo", "vbos",
"vr",
"wxyz",
"xr",
"ycc", "ycca",
"yrgb",
"yuv", "yuva",

View File

@@ -1161,7 +1161,7 @@ rna_max = FloatProperty(
rna_use_soft_limits = BoolProperty(
name="Use Soft Limits",
description="Limits the Property Value slider to a range, values outside the range must be inputed numerically",
description="Limits the Property Value slider to a range, values outside the range must be inputted numerically",
)
rna_is_overridable_library = BoolProperty(