UI: Simplify description for geometry node socket

Simplify wording of "Output true" to a noun.
This commit is contained in:
Hans Goudey 2022-11-18 11:48:10 -06:00
parent 1c0cd50472
commit b3b00be34e
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ static void node_declare(NodeDeclarationBuilder &b)
.description(N_("The number of control points along the curve to traverse"));
b.add_output<decl::Bool>(N_("Is Valid Offset"))
.dependent_field()
.description(N_("Outputs true if the evaluated control point plus the offset "
"is a valid index of the original curve"));
.description(N_("Whether the input control point plus the offset is a valid index of the "
"original curve"));
b.add_output<decl::Int>(N_("Point Index"))
.dependent_field()
.description(N_("The index of the control point plus the offset within the entire "