Fix: Extra letter in Grease Pencil curve handle type tooltip

The tool tip for the Grease Pencil curve handle type Aligned contained
a random `W` at the end of the tooltip.

This commit removes the extra letter.
This commit is contained in:
Alaska 2025-01-12 16:50:26 +13:00
parent c3589a4c0a
commit ec161e50b4

View file

@ -47,7 +47,7 @@ const EnumPropertyItem rna_enum_curves_handle_type_items[] = {
"ALIGN",
0,
"Align",
"The location is constrained to point in the opposite direction as the other handleW"},
"The location is constrained to point in the opposite direction as the other handle"},
{0, nullptr, 0, nullptr, nullptr},
};