mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 15:32:15 -05:00
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:
parent
c3589a4c0a
commit
ec161e50b4
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue