Fix various UI messages issues.

This commit is contained in:
2022-03-28 10:40:14 +02:00
parent 587efa9949
commit da130d751f
5 changed files with 14 additions and 3 deletions

View File

@@ -4765,7 +4765,7 @@ bool BKE_nurb_valid_message(const int pnts,
message_dst[0] = 0;
return false;
}
msg_template = TIP_("At least two points required.");
msg_template = TIP_("At least two points required");
break;
case NURBSValidationStatus::MorePointsThanOrderRequired:
msg_template = TIP_("Must have more control points than Order");