Usual minor fixes to UI messages & i18m utils module.

This commit is contained in:
Bastien Montagne
2022-11-14 16:44:10 +01:00
parent 4f5f8622f9
commit 99d00a7489
2 changed files with 3 additions and 1 deletions

View File

@@ -243,6 +243,7 @@ class SpellChecker:
"ungroup", "ungrouped",
"unhide",
"unindent",
"unitless",
"unkeyed",
"unlink", "unlinked",
"unmute",
@@ -727,6 +728,7 @@ class SpellChecker:
"lhs",
"lmb", "mmb", "rmb",
"lscm",
"lx", # Lux light unit
"kb",
"mis",
"mocap",

View File

@@ -9456,7 +9456,7 @@ static void def_geo_curve_sample(StructRNA *srna)
prop = RNA_def_property(srna, "use_all_curves", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_ui_text(prop,
"All Curves",
"Sample lengths based on the total lengh of all curves, rather than "
"Sample lengths based on the total length of all curves, rather than "
"using a length inside each selected curve");
RNA_def_property_update(prop, NC_NODE | NA_EDITED, "rna_Node_socket_update");